Html Css Color HEX #EA008D Hollywood Cerise

📋 copy color: '#EA008D'

red 234 ◦ green 0 ◦ blue 141

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

Shades of Hollywood Cerise #EA008D

Tints of Hollywood Cerise #EA008D

RGB

 RED value IS 234 (91.8% from 255) = 62.4%

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

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

R = 62.4%
G = 0%
B = 37.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA008D (or 0xEA008D) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 8D. RGB value is (234,0,141). Sum of RGB (Red+Green+Blue) = 234+0+141=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA008D is #15FF72. Grayscale: #555555. Windows color (decimal): -1441651 or 9240810. OLE color: 9240810.

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

Color convert

RGB 234 0 141 -
CMYK 0 1 0.40 0.08
HSL 323.85º 1% 0.46% -
HSV(B) 323.85º 1% 0.92% -
XYZ 38.74 19.42 26.91 -
YUV 86.04 159.02 233.54 -
System Red Green Blue C M Y K H S L
Decimal 234 0 141 0 1 0.40 0.08 323.85 1 0.46
Hex EA 0 8D 0 64 28 8 144 64 2E
Octal 352 0 215 0 144 50 10 504 144 56
Binary 11101010 0 10001101 0 1100100 101000 1000 101000100 1100100 101110

Color Harmonies of #EA008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA008D

Black with #EA008D

Text Example


Text Example

White with #EA008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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