#EA2E65

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

Shades of Cerise #EA2E65

Tints of Cerise #EA2E65

Color information

#EA2E65 (or 0xEA2E65) is unknown color: approx Cerise. HEX triplet: EA, 2E and 65. RGB value is (234,46,101). Sum of RGB (Red+Green+Blue) = 234+46+101=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2E65 is #15D19A. Grayscale: #6C6C6C. Windows color (decimal): -1429915 or 6631146. OLE color: 6631146.

HSL color Cylindrical-coordinate representation of color #EA2E65: hue angle of 342.45º 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 #EA2E65 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB23446101-
CMYK00.800.570.08
HSL342.45º81.74%54.9%-
HSV(B)342.45º80.34%91.76%-
XYZ37.2620.3914.28-
YUV108.48123.78217.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.42%
GREEN value IS 46 (18.36% from 255) = 12.07%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=61.42%
G=12.07%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344610100.800.570.08342.4581.7454.9
HexEA2E650503981565237
Octal352561450120711052612267
Binary1110101010111011001010101000011100110001010101101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2E65; }

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

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

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

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

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

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

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

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