Html Css Color HEX #E01986 Deep Cerise

📋 copy color: '#E01986'

red 224 ◦ green 25 ◦ blue 134

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

Shades of Deep Cerise #E01986

Tints of Deep Cerise #E01986

RGB

 RED value IS 224 (87.89% from 255) = 58.49%

 GREEN value IS 25 (10.16% from 255) = 6.53%

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

R = 58.49%
G = 6.53%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E01986 (or 0xE01986) is known color: Deep Cerise. HEX triplet: E0, 19 and 86. RGB value is (224,25,134). Sum of RGB (Red+Green+Blue) = 224+25+134=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E01986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01986 is #1FE679. Grayscale: #606060. Windows color (decimal): -2090618 or 8788448. OLE color: 8788448.

HSL color Cylindrical-coordinate representation of color #E01986: hue angle of 327.14º degrees, saturation: 0.8, 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 #E01986 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 134 -
CMYK 0 0.89 0.40 0.12
HSL 327.14º 0.8% 0.49% -
HSV(B) 327.14º 0.89% 0.88% -
XYZ 35.39 18.26 24.21 -
YUV 96.93 148.93 218.64 -
System Red Green Blue C M Y K H S L
Decimal 224 25 134 0 0.89 0.40 0.12 327.14 0.8 0.49
Hex E0 19 86 0 59 28 C 147 50 31
Octal 340 31 206 0 131 50 14 507 120 61
Binary 11100000 11001 10000110 0 1011001 101000 1100 101000111 1010000 110001

Color Harmonies of #E01986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01986

Black with #E01986

Text Example


Text Example

White with #E01986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01986; }

 p { color: rgb(224,25,134); }

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

background-color css

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

 a { background-color: rgb(224,25,134); }

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

border-color css

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

 span { border-color: rgb(224,25,134); }

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