#E0255B

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

Shades of Cerise #E0255B

Tints of Cerise #E0255B

Color information

#E0255B (or 0xE0255B) is unknown color: approx Cerise. HEX triplet: E0, 25 and 5B. RGB value is (224,37,91). Sum of RGB (Red+Green+Blue) = 224+37+91=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0255B is #1FDAA4. Grayscale: #636363. Windows color (decimal): -2087589 or 5973472. OLE color: 5973472.

HSL color Cylindrical-coordinate representation of color #E0255B: hue angle of 342.67º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0255B is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB2243791-
CMYK00.830.590.12
HSL342.67º75.1%51.18%-
HSV(B)342.67º83.48%87.84%-
XYZ33.2917.9311.6-
YUV99.07123.45217.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.64%
GREEN value IS 37 (14.84% from 255) = 10.51%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=63.64%
G=10.51%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224379100.830.590.12342.6775.151.18
HexE0255B0533BC1574b33
Octal340451330123731452711363
Binary1110000010010110110110101001111101111001010101111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0255B; }

 p { color: rgb(224,37,91); }

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

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

 a { background-color: rgb(224,37,91); }

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

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

 span { border-color: rgb(224,37,91); }

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