#EA068C

Color #EA068C Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EA068C

Tints of Hollywood Cerise #EA068C

Color information

#EA068C (or 0xEA068C) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 06 and 8C. RGB value is (234,6,140). Sum of RGB (Red+Green+Blue) = 234+6+140=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA068C is #15F973. Grayscale: #595959. Windows color (decimal): -1440116 or 9176810. OLE color: 9176810.

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

Color convert

RGB2346140-
CMYK00.970.400.08
HSL324.74º95%47.06%-
HSV(B)324.74º97.44%91.76%-
XYZ38.7319.5226.54-
YUV89.45156.54231.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.58%
GREEN value IS 6 (2.73% from 255) = 1.58%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=61.58%
G=1.58%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234614000.970.400.08324.749547.06
HexEA68C0612881455f2f
Octal35262140141501050513757
Binary11101010110100011000110000110100010001010001011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA068C; }

 p { color: rgb(234,6,140); }

 H1.HeaderClassName
 {
   color: #EA068C;
 }
 .AnyTagClassName
 {
   color: #EA068C;
 }
</style>
background-color css

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

 a { background-color: rgb(234,6,140); }

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

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

 span { border-color: rgb(234,6,140); }

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