#E2425A

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

Shades of Cerise #E2425A

Tints of Cerise #E2425A

Color information

#E2425A (or 0xE2425A) is unknown color: approx Cerise. HEX triplet: E2, 42 and 5A. RGB value is (226,66,90). Sum of RGB (Red+Green+Blue) = 226+66+90=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2425A is #1DBDA5. Grayscale: #747474. Windows color (decimal): -1949094 or 5915362. OLE color: 5915362.

HSL color Cylindrical-coordinate representation of color #E2425A: hue angle of 351º degrees, saturation: 0.73, 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 #E2425A is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2266690-
CMYK00.710.600.11
HSL351º73.39%57.25%-
HSV(B)351º70.8%88.63%-
XYZ35.1620.811.84-
YUV116.58113.01206.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.16%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=59.16%
G=17.28%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226669000.710.600.1135173.3957.25
HexE2425A0473CB15f4939
Octal3421021320107741353711171
Binary11100010100001010110100100011111110010111010111111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2425A; }

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

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

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

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

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

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

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

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