#E1425B

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

Shades of Cerise #E1425B

Tints of Cerise #E1425B

Color information

#E1425B (or 0xE1425B) is unknown color: approx Cerise. HEX triplet: E1, 42 and 5B. RGB value is (225,66,91). Sum of RGB (Red+Green+Blue) = 225+66+91=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1425B is #1EBDA4. Grayscale: #747474. Windows color (decimal): -2014629 or 5980897. OLE color: 5980897.

HSL color Cylindrical-coordinate representation of color #E1425B: hue angle of 350.57º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1425B is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB2256691-
CMYK00.710.600.12
HSL350.57º72.6%57.06%-
HSV(B)350.57º70.67%88.24%-
XYZ34.8920.6612.05-
YUV116.39113.68205.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.90%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=58.90%
G=17.28%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225669100.710.600.12350.5772.657.06
HexE1425B0473CC15f4939
Octal3411021330107741453711171
Binary11100001100001010110110100011111110011001010111111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1425B; }

 p { color: rgb(225,66,91); }

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

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

 a { background-color: rgb(225,66,91); }

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

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

 span { border-color: rgb(225,66,91); }

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