Html Css Color HEX #ED018A Hollywood Cerise

📋 copy color: '#ED018A'

red 237 ◦ green 1 ◦ blue 138

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

Shades of Hollywood Cerise #ED018A

Tints of Hollywood Cerise #ED018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 63.03%
G = 0.27%
B = 36.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED018A (or 0xED018A) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 8A. RGB value is (237,1,138). Sum of RGB (Red+Green+Blue) = 237+1+138=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED018A is #12FE75. Grayscale: #565656. Windows color (decimal): -1244790 or 9044461. OLE color: 9044461.

HSL color Cylindrical-coordinate representation of color #ED018A: hue angle of 325.17º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED018A is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 1 138 -
CMYK 0 1.00 0.42 0.07
HSL 325.17º 0.99% 0.47% -
HSV(B) 325.17º 1% 0.93% -
XYZ 39.52 19.86 25.8 -
YUV 87.18 156.69 234.86 -
System Red Green Blue C M Y K H S L
Decimal 237 1 138 0 1.00 0.42 0.07 325.17 0.99 0.47
Hex ED 1 8A 0 64 2A 7 145 63 2F
Octal 355 1 212 0 144 52 7 505 143 57
Binary 11101101 1 10001010 0 1100100 101010 111 101000101 1100011 101111

Color Harmonies of #ED018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED018A

Black with #ED018A

Text Example


Text Example

White with #ED018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED018A; }

 p { color: rgb(237,1,138); }

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

background-color css

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

 a { background-color: rgb(237,1,138); }

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

border-color css

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

 span { border-color: rgb(237,1,138); }

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