Html Css Color HEX #ED0FAC Hollywood Cerise

📋 copy color: '#ED0FAC'

red 237 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #ED0FAC

Tints of Hollywood Cerise #ED0FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 55.9%
G = 3.54%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED0FAC (or 0xED0FAC) is known color: Hollywood Cerise. HEX triplet: ED, 0F and AC. RGB value is (237,15,172). Sum of RGB (Red+Green+Blue) = 237+15+172=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0FAC is #12F053. Grayscale: #626262. Windows color (decimal): -1241172 or 11276269. OLE color: 11276269.

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

Color convert

RGB 237 15 172 -
CMYK 0 0.94 0.27 0.07
HSL 317.57º 0.88% 0.49% -
HSV(B) 317.57º 0.94% 0.93% -
XYZ 42.54 21.32 40.9 -
YUV 99.28 169.05 226.23 -
System Red Green Blue C M Y K H S L
Decimal 237 15 172 0 0.94 0.27 0.07 317.57 0.88 0.49
Hex ED F AC 0 5E 1B 7 13E 58 31
Octal 355 17 254 0 136 33 7 476 130 61
Binary 11101101 1111 10101100 0 1011110 11011 111 100111110 1011000 110001

Color Harmonies of #ED0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FAC

Black with #ED0FAC

Text Example


Text Example

White with #ED0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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