#e0425c

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

Shades of Cerise #E0425C

Tints of Cerise #E0425C

Color information

#E0425C (or 0xE0425C) is unknown color: approx Cerise. HEX triplet: E0, 42 and 5C. RGB value is (224,66,92). Sum of RGB (Red+Green+Blue) = 224+66+92=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0425C is #1FBDA3. Grayscale: #747474. Windows color (decimal): -2080164 or 6046432. OLE color: 6046432.

HSL color Cylindrical-coordinate representation of color #E0425C: hue angle of 350.13º degrees, saturation: 0.72, 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 #E0425C is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB2246692-
CMYK00.710.590.12
HSL350.13º71.82%56.86%-
HSV(B)350.13º70.54%87.84%-
XYZ34.6220.5212.26-
YUV116.21114.35204.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.64%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=58.64%
G=17.28%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224669200.710.590.12350.1371.8256.86
HexE0425C0473BC15e4839
Octal3401021340107731453611071
Binary11100000100001010111000100011111101111001010111101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0425c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0425c; }

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

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

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

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

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

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

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

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