Html Css Color HEX #E11885 Deep Cerise

📋 copy color: '#E11885'

red 225 ◦ green 24 ◦ blue 133

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

Shades of Deep Cerise #E11885

Tints of Deep Cerise #E11885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.28%

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

R = 58.9%
G = 6.28%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E11885 (or 0xE11885) is known color: Deep Cerise. HEX triplet: E1, 18 and 85. RGB value is (225,24,133). Sum of RGB (Red+Green+Blue) = 225+24+133=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E11885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11885 is #1EE77A. Grayscale: #606060. Windows color (decimal): -2025339 or 8722657. OLE color: 8722657.

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

Color convert

RGB 225 24 133 -
CMYK 0 0.89 0.41 0.12
HSL 327.46º 0.81% 0.49% -
HSV(B) 327.46º 0.89% 0.88% -
XYZ 35.61 18.35 23.86 -
YUV 96.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 225 24 133 0 0.89 0.41 0.12 327.46 0.81 0.49
Hex E1 18 85 0 59 29 C 147 51 31
Octal 341 30 205 0 131 51 14 507 121 61
Binary 11100001 11000 10000101 0 1011001 101001 1100 101000111 1010001 110001

Color Harmonies of #E11885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11885

Black with #E11885

Text Example


Text Example

White with #E11885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11885; }

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

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

background-color css

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

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

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

border-color css

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

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

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