Html Css Color HEX #ED008E Hollywood Cerise

📋 copy color: '#ED008E'

red 237 ◦ green 0 ◦ blue 142

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

Shades of Hollywood Cerise #ED008E

Tints of Hollywood Cerise #ED008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 62.53%
G = 0%
B = 37.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED008E (or 0xED008E) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 8E. RGB value is (237,0,142). Sum of RGB (Red+Green+Blue) = 237+0+142=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED008E is #12FF71. Grayscale: #565656. Windows color (decimal): -1245042 or 9306349. OLE color: 9306349.

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

Color convert

RGB 237 0 142 -
CMYK 0 1 0.40 0.07
HSL 324.05º 1% 0.46% -
HSV(B) 324.05º 1% 0.93% -
XYZ 39.81 19.96 27.35 -
YUV 87.05 159.02 234.95 -
System Red Green Blue C M Y K H S L
Decimal 237 0 142 0 1 0.40 0.07 324.05 1 0.46
Hex ED 0 8E 0 64 28 7 144 64 2E
Octal 355 0 216 0 144 50 7 504 144 56
Binary 11101101 0 10001110 0 1100100 101000 111 101000100 1100100 101110

Color Harmonies of #ED008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED008E

Black with #ED008E

Text Example


Text Example

White with #ED008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED008E; }

 p { color: rgb(237,0,142); }

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

background-color css

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

 a { background-color: rgb(237,0,142); }

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

border-color css

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

 span { border-color: rgb(237,0,142); }

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