#E2345A

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

Shades of Cerise #E2345A

Tints of Cerise #E2345A

Color information

#E2345A (or 0xE2345A) is unknown color: approx Cerise. HEX triplet: E2, 34 and 5A. RGB value is (226,52,90). Sum of RGB (Red+Green+Blue) = 226+52+90=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2345A is #1DCBA5. Grayscale: #6C6C6C. Windows color (decimal): -1952678 or 5911778. OLE color: 5911778.

HSL color Cylindrical-coordinate representation of color #E2345A: hue angle of 346.9º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2345A is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2265290-
CMYK00.770.600.11
HSL346.9º75%54.51%-
HSV(B)346.9º76.99%88.63%-
XYZ34.4419.3611.6-
YUV108.36117.65211.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.41%
GREEN value IS 52 (20.70% from 255) = 14.13%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=61.41%
G=14.13%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226529000.770.600.11346.97554.51
HexE2345A04D3CB15b4b37
Octal342641320115741353311367
Binary1110001011010010110100100110111110010111010110111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2345A; }

 p { color: rgb(226,52,90); }

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

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

 a { background-color: rgb(226,52,90); }

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

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

 span { border-color: rgb(226,52,90); }

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