Html Css Color HEX #E11E85 Deep Cerise

📋 copy color: '#E11E85'

red 225 ◦ green 30 ◦ blue 133

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

Shades of Deep Cerise #E11E85

Tints of Deep Cerise #E11E85

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.73%

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 57.99%
G = 7.73%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E11E85 (or 0xE11E85) is known color: Deep Cerise. HEX triplet: E1, 1E and 85. RGB value is (225,30,133). Sum of RGB (Red+Green+Blue) = 225+30+133=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11E85 is #1EE17A. Grayscale: #636363. Windows color (decimal): -2023803 or 8724193. OLE color: 8724193.

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

Color convert

RGB 225 30 133 -
CMYK 0 0.87 0.41 0.12
HSL 328.31º 0.76% 0.5% -
HSV(B) 328.31º 0.87% 0.88% -
XYZ 35.75 18.63 23.9 -
YUV 100.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 225 30 133 0 0.87 0.41 0.12 328.31 0.76 0.5
Hex E1 1E 85 0 57 29 C 148 4C 32
Octal 341 36 205 0 127 51 14 510 114 62
Binary 11100001 11110 10000101 0 1010111 101001 1100 101001000 1001100 110010

Color Harmonies of #E11E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E85

Black with #E11E85

Text Example


Text Example

White with #E11E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E85; }

 p { color: rgb(225,30,133); }

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

background-color css

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

 a { background-color: rgb(225,30,133); }

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

border-color css

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

 span { border-color: rgb(225,30,133); }

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