Html Css Color HEX #ED119A Hollywood Cerise

📋 copy color: '#ED119A'

red 237 ◦ green 17 ◦ blue 154

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

Shades of Hollywood Cerise #ED119A

Tints of Hollywood Cerise #ED119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.17%

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

R = 58.09%
G = 4.17%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED119A (or 0xED119A) is known color: Hollywood Cerise. HEX triplet: ED, 11 and 9A. RGB value is (237,17,154). Sum of RGB (Red+Green+Blue) = 237+17+154=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED119A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED119A is #12EE65. Grayscale: #626262. Windows color (decimal): -1240678 or 10097133. OLE color: 10097133.

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

Color convert

RGB 237 17 154 -
CMYK 0 0.93 0.35 0.07
HSL 322.64º 0.87% 0.5% -
HSV(B) 322.64º 0.93% 0.93% -
XYZ 40.96 20.74 32.42 -
YUV 98.4 159.39 226.86 -
System Red Green Blue C M Y K H S L
Decimal 237 17 154 0 0.93 0.35 0.07 322.64 0.87 0.5
Hex ED 11 9A 0 5D 23 7 143 57 32
Octal 355 21 232 0 135 43 7 503 127 62
Binary 11101101 10001 10011010 0 1011101 100011 111 101000011 1010111 110010

Color Harmonies of #ED119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED119A

Black with #ED119A

Text Example


Text Example

White with #ED119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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