Html Css Color HEX #ED008D Hollywood Cerise

📋 copy color: '#ED008D'

red 237 ◦ green 0 ◦ blue 141

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

Shades of Hollywood Cerise #ED008D

Tints of Hollywood Cerise #ED008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 62.7%
G = 0%
B = 37.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED008D (or 0xED008D) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 8D. RGB value is (237,0,141). Sum of RGB (Red+Green+Blue) = 237+0+141=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED008D is #12FF72. Grayscale: #565656. Windows color (decimal): -1245043 or 9240813. OLE color: 9240813.

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

Color convert

RGB 237 0 141 -
CMYK 0 1 0.41 0.07
HSL 324.3º 1% 0.46% -
HSV(B) 324.3º 1% 0.93% -
XYZ 39.73 19.93 26.95 -
YUV 86.94 158.52 235.04 -
System Red Green Blue C M Y K H S L
Decimal 237 0 141 0 1 0.41 0.07 324.3 1 0.46
Hex ED 0 8D 0 64 29 7 144 64 2E
Octal 355 0 215 0 144 51 7 504 144 56
Binary 11101101 0 10001101 0 1100100 101001 111 101000100 1100100 101110

Color Harmonies of #ED008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED008D

Black with #ED008D

Text Example


Text Example

White with #ED008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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