#E3425C

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

Shades of Cerise #E3425C

Tints of Cerise #E3425C

Color information

#E3425C (or 0xE3425C) is unknown color: approx Cerise. HEX triplet: E3, 42 and 5C. RGB value is (227,66,92). Sum of RGB (Red+Green+Blue) = 227+66+92=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E3425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3425C is #1CBDA3. Grayscale: #757575. Windows color (decimal): -1883556 or 6046435. OLE color: 6046435.

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

Color convert

RGB2276692-
CMYK00.710.590.11
HSL350.31º74.19%57.45%-
HSV(B)350.31º70.93%89.02%-
XYZ35.562112.3-
YUV117.1113.84206.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 58.96%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=58.96%
G=17.14%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227669200.710.590.11350.3174.1957.45
HexE3425C0473BB15e4a39
Octal3431021340107731353611271
Binary11100011100001010111000100011111101110111010111101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3425C; }

 p { color: rgb(227,66,92); }

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

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

 a { background-color: rgb(227,66,92); }

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

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

 span { border-color: rgb(227,66,92); }

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