#e3235d

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

Shades of Cerise #E3235D

Tints of Cerise #E3235D

Color information

#E3235D (or 0xE3235D) is unknown color: approx Cerise. HEX triplet: E3, 23 and 5D. RGB value is (227,35,93). Sum of RGB (Red+Green+Blue) = 227+35+93=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3235D is #1CDCA2. Grayscale: #626262. Windows color (decimal): -1891491 or 6104035. OLE color: 6104035.

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

Color convert

RGB2273593-
CMYK00.850.590.11
HSL341.88º77.42%51.37%-
HSV(B)341.88º84.58%89.02%-
XYZ34.2618.3212.09-
YUV99.02124.61219.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.94%
GREEN value IS 35 (14.06% from 255) = 9.86%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=63.94%
G=9.86%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227359300.850.590.11341.8877.4251.37
HexE3235D0553BB1564d33
Octal343431350125731352611563
Binary1110001110001110111010101010111101110111010101101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3235d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3235d; }

 p { color: rgb(227,35,93); }

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

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

 a { background-color: rgb(227,35,93); }

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

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

 span { border-color: rgb(227,35,93); }

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