Html Css Color HEX #E11C85 Deep Cerise

📋 copy color: '#E11C85'

red 225 ◦ green 28 ◦ blue 133

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

Shades of Deep Cerise #E11C85

Tints of Deep Cerise #E11C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.25%

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

R = 58.29%
G = 7.25%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E11C85 (or 0xE11C85) is known color: Deep Cerise. HEX triplet: E1, 1C and 85. RGB value is (225,28,133). Sum of RGB (Red+Green+Blue) = 225+28+133=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11C85 is #1EE37A. Grayscale: #626262. Windows color (decimal): -2024315 or 8723681. OLE color: 8723681.

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

Color convert

RGB 225 28 133 -
CMYK 0 0.88 0.41 0.12
HSL 328.02º 0.78% 0.5% -
HSV(B) 328.02º 0.88% 0.88% -
XYZ 35.7 18.53 23.89 -
YUV 98.87 147.27 217.96 -
System Red Green Blue C M Y K H S L
Decimal 225 28 133 0 0.88 0.41 0.12 328.02 0.78 0.5
Hex E1 1C 85 0 58 29 C 148 4E 32
Octal 341 34 205 0 130 51 14 510 116 62
Binary 11100001 11100 10000101 0 1011000 101001 1100 101001000 1001110 110010

Color Harmonies of #E11C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C85

Black with #E11C85

Text Example


Text Example

White with #E11C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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