Html Css Color HEX #E1288C Deep Cerise

📋 copy color: '#E1288C'

red 225 ◦ green 40 ◦ blue 140

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

Shades of Deep Cerise #E1288C

Tints of Deep Cerise #E1288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 55.56%
G = 9.88%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1288C (or 0xE1288C) is known color: Deep Cerise. HEX triplet: E1, 28 and 8C. RGB value is (225,40,140). Sum of RGB (Red+Green+Blue) = 225+40+140=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1288C is #1ED773. Grayscale: #6A6A6A. Windows color (decimal): -2021236 or 9185505. OLE color: 9185505.

HSL color Cylindrical-coordinate representation of color #E1288C: hue angle of 327.57º 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 #E1288C is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 40 140 -
CMYK 0 0.82 0.38 0.12
HSL 327.57º 0.76% 0.52% -
HSV(B) 327.57º 0.82% 0.88% -
XYZ 36.54 19.42 26.63 -
YUV 106.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 225 40 140 0 0.82 0.38 0.12 327.57 0.76 0.52
Hex E1 28 8C 0 52 26 C 148 4C 34
Octal 341 50 214 0 122 46 14 510 114 64
Binary 11100001 101000 10001100 0 1010010 100110 1100 101001000 1001100 110100

Color Harmonies of #E1288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1288C

Black with #E1288C

Text Example


Text Example

White with #E1288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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