#e01b8e

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

Shades of Deep Cerise #E01B8E

Tints of Deep Cerise #E01B8E

Color information

#E01B8E (or 0xE01B8E) is unknown color: approx Deep Cerise. HEX triplet: E0, 1B and 8E. RGB value is (224,27,142). Sum of RGB (Red+Green+Blue) = 224+27+142=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01B8E is #1FE471. Grayscale: #626262. Windows color (decimal): -2090098 or 9313248. OLE color: 9313248.

HSL color Cylindrical-coordinate representation of color #E01B8E: hue angle of 324.97º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01B8E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB22427142-
CMYK00.880.370.12
HSL324.97º78.49%49.22%-
HSV(B)324.97º87.95%87.84%-
XYZ36.0118.5827.28-
YUV99.01152.27217.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.00%
GREEN value IS 27 (10.94% from 255) = 6.87%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=57.00%
G=6.87%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242714200.880.370.12324.9778.4949.22
HexE01B8E05825C1454e31
Octal340332160130451450511661
Binary1110000011011100011100101100010010111001010001011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01b8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01b8e; }

 p { color: rgb(224,27,142); }

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

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

 a { background-color: rgb(224,27,142); }

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

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

 span { border-color: rgb(224,27,142); }

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