Html Css Color HEX #ED0FAF Hollywood Cerise

📋 copy color: '#ED0FAF'

red 237 ◦ green 15 ◦ blue 175

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

Shades of Hollywood Cerise #ED0FAF

Tints of Hollywood Cerise #ED0FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 55.5%
G = 3.51%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED0FAF (or 0xED0FAF) is known color: Hollywood Cerise. HEX triplet: ED, 0F and AF. RGB value is (237,15,175). Sum of RGB (Red+Green+Blue) = 237+15+175=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0FAF is #12F050. Grayscale: #636363. Windows color (decimal): -1241169 or 11472877. OLE color: 11472877.

HSL color Cylindrical-coordinate representation of color #ED0FAF: hue angle of 316.76º 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 #ED0FAF is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 15 175 -
CMYK 0 0.94 0.26 0.07
HSL 316.76º 0.88% 0.49% -
HSV(B) 316.76º 0.94% 0.93% -
XYZ 42.83 21.44 42.44 -
YUV 99.62 170.55 225.99 -
System Red Green Blue C M Y K H S L
Decimal 237 15 175 0 0.94 0.26 0.07 316.76 0.88 0.49
Hex ED F AF 0 5E 1A 7 13D 58 31
Octal 355 17 257 0 136 32 7 475 130 61
Binary 11101101 1111 10101111 0 1011110 11010 111 100111101 1011000 110001

Color Harmonies of #ED0FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FAF

Black with #ED0FAF

Text Example


Text Example

White with #ED0FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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