Html Css Color HEX #E1288E Deep Cerise

📋 copy color: '#E1288E'

red 225 ◦ green 40 ◦ blue 142

#E1288E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #E1288E

Tints of Deep Cerise #E1288E

RGB

 RED value IS 225 (88.28% from 255) = 55.28%

 GREEN value IS 40 (16.02% from 255) = 9.83%

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 55.28%
G = 9.83%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1288E (or 0xE1288E) is known color: Deep Cerise. HEX triplet: E1, 28 and 8E. RGB value is (225,40,142). Sum of RGB (Red+Green+Blue) = 225+40+142=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E1288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1288E is #1ED771. Grayscale: #6A6A6A. Windows color (decimal): -2021234 or 9316577. OLE color: 9316577.

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

Color convert

RGB 225 40 142 -
CMYK 0 0.82 0.37 0.12
HSL 326.92º 0.76% 0.52% -
HSV(B) 326.92º 0.82% 0.88% -
XYZ 36.69 19.48 27.42 -
YUV 106.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 225 40 142 0 0.82 0.37 0.12 326.92 0.76 0.52
Hex E1 28 8E 0 52 25 C 147 4C 34
Octal 341 50 216 0 122 45 14 507 114 64
Binary 11100001 101000 10001110 0 1010010 100101 1100 101000111 1001100 110100

Color Harmonies of #E1288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1288E

Black with #E1288E

Text Example


Text Example

White with #E1288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1288E; }

 p { color: rgb(225,40,142); }

 H1.HeaderClassName
 {
   color: #E1288E;
 }
 .AnyTagClassName
 {
   color: #E1288E;
 }
</style>

background-color css

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

 a { background-color: rgb(225,40,142); }

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

border-color css

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

 span { border-color: rgb(225,40,142); }

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