#EA2E6C

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

Shades of Cerise #EA2E6C

Tints of Cerise #EA2E6C

Color information

#EA2E6C (or 0xEA2E6C) is unknown color: approx Cerise. HEX triplet: EA, 2E and 6C. RGB value is (234,46,108). Sum of RGB (Red+Green+Blue) = 234+46+108=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2E6C is #15D193. Grayscale: #6D6D6D. Windows color (decimal): -1429908 or 7089898. OLE color: 7089898.

HSL color Cylindrical-coordinate representation of color #EA2E6C: hue angle of 340.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2E6C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB23446108-
CMYK00.800.540.08
HSL340.21º81.74%54.9%-
HSV(B)340.21º80.34%91.76%-
XYZ37.6220.5316.17-
YUV109.28127.28216.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.31%
GREEN value IS 46 (18.36% from 255) = 11.86%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=60.31%
G=11.86%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344610800.800.540.08340.2181.7454.9
HexEA2E6C0503681545237
Octal352561540120661052412267
Binary1110101010111011011000101000011011010001010101001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2E6C; }

 p { color: rgb(234,46,108); }

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

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

 a { background-color: rgb(234,46,108); }

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

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

 span { border-color: rgb(234,46,108); }

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