Html Css Color HEX #ED008A Hollywood Cerise

📋 copy color: '#ED008A'

red 237 ◦ green 0 ◦ blue 138

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

Shades of Hollywood Cerise #ED008A

Tints of Hollywood Cerise #ED008A

RGB

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

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

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

R = 63.2%
G = 0%
B = 36.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED008A (or 0xED008A) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 8A. RGB value is (237,0,138). Sum of RGB (Red+Green+Blue) = 237+0+138=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED008A is #12FF75. Grayscale: #565656. Windows color (decimal): -1245046 or 9044205. OLE color: 9044205.

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

Color convert

RGB 237 0 138 -
CMYK 0 1 0.42 0.07
HSL 325.06º 1% 0.46% -
HSV(B) 325.06º 1% 0.93% -
XYZ 39.51 19.84 25.79 -
YUV 86.6 157.02 235.28 -
System Red Green Blue C M Y K H S L
Decimal 237 0 138 0 1 0.42 0.07 325.06 1 0.46
Hex ED 0 8A 0 64 2A 7 145 64 2E
Octal 355 0 212 0 144 52 7 505 144 56
Binary 11101101 0 10001010 0 1100100 101010 111 101000101 1100100 101110

Color Harmonies of #ED008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED008A

Black with #ED008A

Text Example


Text Example

White with #ED008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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