Html Css Color HEX #E1228E Deep Cerise

📋 copy color: '#E1228E'

red 225 ◦ green 34 ◦ blue 142

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

Shades of Deep Cerise #E1228E

Tints of Deep Cerise #E1228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.48%

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

R = 56.11%
G = 8.48%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1228E (or 0xE1228E) is known color: Deep Cerise. HEX triplet: E1, 22 and 8E. RGB value is (225,34,142). Sum of RGB (Red+Green+Blue) = 225+34+142=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1228E is #1EDD71. Grayscale: #676767. Windows color (decimal): -2022770 or 9315041. OLE color: 9315041.

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

Color convert

RGB 225 34 142 -
CMYK 0 0.85 0.37 0.12
HSL 326.07º 0.76% 0.51% -
HSV(B) 326.07º 0.85% 0.88% -
XYZ 36.51 19.1 27.35 -
YUV 103.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 225 34 142 0 0.85 0.37 0.12 326.07 0.76 0.51
Hex E1 22 8E 0 55 25 C 146 4C 33
Octal 341 42 216 0 125 45 14 506 114 63
Binary 11100001 100010 10001110 0 1010101 100101 1100 101000110 1001100 110011

Color Harmonies of #E1228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1228E

Black with #E1228E

Text Example


Text Example

White with #E1228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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