#E42269

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

Shades of Cerise #E42269

Tints of Cerise #E42269

Color information

#E42269 (or 0xE42269) is unknown color: approx Cerise. HEX triplet: E4, 22 and 69. RGB value is (228,34,105). Sum of RGB (Red+Green+Blue) = 228+34+105=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E42269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42269 is #1BDD96. Grayscale: #646464. Windows color (decimal): -1826199 or 6890212. OLE color: 6890212.

HSL color Cylindrical-coordinate representation of color #E42269: hue angle of 338.04º degrees, saturation: 0.78, 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 #E42269 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB22834105-
CMYK00.850.540.11
HSL338.04º78.23%51.37%-
HSV(B)338.04º85.09%89.41%-
XYZ35.1218.6615.12-
YUV100.1130.77219.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 62.13%
GREEN value IS 34 (13.67% from 255) = 9.26%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=62.13%
G=9.26%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283410500.850.540.11338.0478.2351.37
HexE4226905536B1524e33
Octal344421510125661352211663
Binary1110010010001011010010101010111011010111010100101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42269; }

 p { color: rgb(228,34,105); }

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

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

 a { background-color: rgb(228,34,105); }

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

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

 span { border-color: rgb(228,34,105); }

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