Html Css Color HEX #E11F86 Deep Cerise

📋 copy color: '#E11F86'

red 225 ◦ green 31 ◦ blue 134

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

Shades of Deep Cerise #E11F86

Tints of Deep Cerise #E11F86

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.95%

 BLUE value IS 134 (52.73% from 255) = 34.36%

R = 57.69%
G = 7.95%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E11F86 (or 0xE11F86) is known color: Deep Cerise. HEX triplet: E1, 1F and 86. RGB value is (225,31,134). Sum of RGB (Red+Green+Blue) = 225+31+134=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11F86 is #1EE079. Grayscale: #646464. Windows color (decimal): -2023546 or 8789985. OLE color: 8789985.

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

Color convert

RGB 225 31 134 -
CMYK 0 0.86 0.40 0.12
HSL 328.14º 0.76% 0.5% -
HSV(B) 328.14º 0.86% 0.88% -
XYZ 35.84 18.71 24.28 -
YUV 100.75 146.77 216.62 -
System Red Green Blue C M Y K H S L
Decimal 225 31 134 0 0.86 0.40 0.12 328.14 0.76 0.5
Hex E1 1F 86 0 56 28 C 148 4C 32
Octal 341 37 206 0 126 50 14 510 114 62
Binary 11100001 11111 10000110 0 1010110 101000 1100 101001000 1001100 110010

Color Harmonies of #E11F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F86

Black with #E11F86

Text Example


Text Example

White with #E11F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F86; }

 p { color: rgb(225,31,134); }

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

background-color css

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

 a { background-color: rgb(225,31,134); }

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

border-color css

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

 span { border-color: rgb(225,31,134); }

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