Html Css Color HEX #EA078D Hollywood Cerise

📋 copy color: '#EA078D'

red 234 ◦ green 7 ◦ blue 141

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

Shades of Hollywood Cerise #EA078D

Tints of Hollywood Cerise #EA078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.83%

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

R = 61.26%
G = 1.83%
B = 36.91%

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

#EA078D (or 0xEA078D) is known color: Hollywood Cerise. HEX triplet: EA, 07 and 8D. RGB value is (234,7,141). Sum of RGB (Red+Green+Blue) = 234+7+141=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA078D is #15F872. Grayscale: #595959. Windows color (decimal): -1439859 or 9242602. OLE color: 9242602.

HSL color Cylindrical-coordinate representation of color #EA078D: hue angle of 324.58º degrees, saturation: 0.94, 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 #EA078D is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 7 141 -
CMYK 0 0.97 0.40 0.08
HSL 324.58º 0.94% 0.47% -
HSV(B) 324.58º 0.97% 0.92% -
XYZ 38.82 19.57 26.93 -
YUV 90.15 156.71 230.6 -
System Red Green Blue C M Y K H S L
Decimal 234 7 141 0 0.97 0.40 0.08 324.58 0.94 0.47
Hex EA 7 8D 0 61 28 8 145 5E 2F
Octal 352 7 215 0 141 50 10 505 136 57
Binary 11101010 111 10001101 0 1100001 101000 1000 101000101 1011110 101111

Color Harmonies of #EA078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA078D

Black with #EA078D

Text Example


Text Example

White with #EA078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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