Html Css Color HEX #EA088D Hollywood Cerise

📋 copy color: '#EA088D'

red 234 ◦ green 8 ◦ blue 141

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

Shades of Hollywood Cerise #EA088D

Tints of Hollywood Cerise #EA088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

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

R = 61.1%
G = 2.09%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA088D (or 0xEA088D) is known color: Hollywood Cerise. HEX triplet: EA, 08 and 8D. RGB value is (234,8,141). Sum of RGB (Red+Green+Blue) = 234+8+141=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA088D is #15F772. Grayscale: #5A5A5A. Windows color (decimal): -1439603 or 9242858. OLE color: 9242858.

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

Color convert

RGB 234 8 141 -
CMYK 0 0.97 0.40 0.08
HSL 324.69º 0.93% 0.47% -
HSV(B) 324.69º 0.97% 0.92% -
XYZ 38.83 19.59 26.93 -
YUV 90.74 156.37 230.19 -
System Red Green Blue C M Y K H S L
Decimal 234 8 141 0 0.97 0.40 0.08 324.69 0.93 0.47
Hex EA 8 8D 0 61 28 8 145 5D 2F
Octal 352 10 215 0 141 50 10 505 135 57
Binary 11101010 1000 10001101 0 1100001 101000 1000 101000101 1011101 101111

Color Harmonies of #EA088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA088D

Black with #EA088D

Text Example


Text Example

White with #EA088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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