#E2346A

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

Shades of Cerise #E2346A

Tints of Cerise #E2346A

Color information

#E2346A (or 0xE2346A) is unknown color: approx Cerise. HEX triplet: E2, 34 and 6A. RGB value is (226,52,106). Sum of RGB (Red+Green+Blue) = 226+52+106=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2346A is #1DCB95. Grayscale: #6E6E6E. Windows color (decimal): -1952662 or 6960354. OLE color: 6960354.

HSL color Cylindrical-coordinate representation of color #E2346A: hue angle of 341.38º 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 #E2346A is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB22652106-
CMYK00.770.530.11
HSL341.38º75%54.51%-
HSV(B)341.38º76.99%88.63%-
XYZ35.1919.6715.58-
YUV110.18125.65210.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.85%
GREEN value IS 52 (20.70% from 255) = 13.54%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=58.85%
G=13.54%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265210600.770.530.11341.387554.51
HexE2346A04D35B1554b37
Octal342641520115651352511367
Binary1110001011010011010100100110111010110111010101011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2346A; }

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

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

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

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

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

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

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

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