Html Css Color HEX #ED0C9A Hollywood Cerise

📋 copy color: '#ED0C9A'

red 237 ◦ green 12 ◦ blue 154

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

Shades of Hollywood Cerise #ED0C9A

Tints of Hollywood Cerise #ED0C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.98%

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 58.81%
G = 2.98%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED0C9A (or 0xED0C9A) is known color: Hollywood Cerise. HEX triplet: ED, 0C and 9A. RGB value is (237,12,154). Sum of RGB (Red+Green+Blue) = 237+12+154=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0C9A is #12F365. Grayscale: #5F5F5F. Windows color (decimal): -1241958 or 10095853. OLE color: 10095853.

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

Color convert

RGB 237 12 154 -
CMYK 0 0.95 0.35 0.07
HSL 322.13º 0.9% 0.49% -
HSV(B) 322.13º 0.95% 0.93% -
XYZ 40.89 20.6 32.39 -
YUV 95.46 161.04 228.95 -
System Red Green Blue C M Y K H S L
Decimal 237 12 154 0 0.95 0.35 0.07 322.13 0.9 0.49
Hex ED C 9A 0 5F 23 7 142 5A 31
Octal 355 14 232 0 137 43 7 502 132 61
Binary 11101101 1100 10011010 0 1011111 100011 111 101000010 1011010 110001

Color Harmonies of #ED0C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0C9A

Black with #ED0C9A

Text Example


Text Example

White with #ED0C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0C9A; }

 p { color: rgb(237,12,154); }

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

background-color css

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

 a { background-color: rgb(237,12,154); }

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

border-color css

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

 span { border-color: rgb(237,12,154); }

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