Html Css Color HEX #ED0FAA Hollywood Cerise

📋 copy color: '#ED0FAA'

red 237 ◦ green 15 ◦ blue 170

#ED0FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #ED0FAA

Tints of Hollywood Cerise #ED0FAA

RGB

 RED value IS 237 (92.97% from 255) = 56.16%

 GREEN value IS 15 (6.25% from 255) = 3.55%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 56.16%
G = 3.55%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED0FAA (or 0xED0FAA) is known color: Hollywood Cerise. HEX triplet: ED, 0F and AA. RGB value is (237,15,170). Sum of RGB (Red+Green+Blue) = 237+15+170=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0FAA is #12F055. Grayscale: #626262. Windows color (decimal): -1241174 or 11145197. OLE color: 11145197.

HSL color Cylindrical-coordinate representation of color #ED0FAA: hue angle of 318.11º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FAA is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 15 170 -
CMYK 0 0.94 0.28 0.07
HSL 318.11º 0.88% 0.49% -
HSV(B) 318.11º 0.94% 0.93% -
XYZ 42.35 21.25 39.9 -
YUV 99.05 168.05 226.4 -
System Red Green Blue C M Y K H S L
Decimal 237 15 170 0 0.94 0.28 0.07 318.11 0.88 0.49
Hex ED F AA 0 5E 1C 7 13E 58 31
Octal 355 17 252 0 136 34 7 476 130 61
Binary 11101101 1111 10101010 0 1011110 11100 111 100111110 1011000 110001

Color Harmonies of #ED0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FAA

Black with #ED0FAA

Text Example


Text Example

White with #ED0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FAA; }

 p { color: rgb(237,15,170); }

 H1.HeaderClassName
 {
   color: #ED0FAA;
 }
 .AnyTagClassName
 {
   color: #ED0FAA;
 }
</style>

background-color css

<style>
 a { background-color: #ED0FAA; }

 a { background-color: rgb(237,15,170); }

 div.DivClassName
 {
   background-color: #ED0FAA;
 }
 .BgClassName
 {
   background-color: #ED0FAA;
 }
</style>

border-color css

<style>
 span { border-color: #ED0FAA; }

 span { border-color: rgb(237,15,170); }

 td.TdClassName
 {
   border-color: #ED0FAA;
 }
 .TagClassName
 {
   border-color: #ED0FAA;
 }
</style>