Html Css Color HEX #E01F8C Deep Cerise

📋 copy color: '#E01F8C'

red 224 ◦ green 31 ◦ blue 140

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

Shades of Deep Cerise #E01F8C

Tints of Deep Cerise #E01F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 56.71%
G = 7.85%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E01F8C (or 0xE01F8C) is known color: Deep Cerise. HEX triplet: E0, 1F and 8C. RGB value is (224,31,140). Sum of RGB (Red+Green+Blue) = 224+31+140=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01F8C is #1FE073. Grayscale: #646464. Windows color (decimal): -2089076 or 9183200. OLE color: 9183200.

HSL color Cylindrical-coordinate representation of color #E01F8C: hue angle of 326.11º 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 #E01F8C is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 31 140 -
CMYK 0 0.86 0.38 0.12
HSL 326.11º 0.76% 0.5% -
HSV(B) 326.11º 0.86% 0.88% -
XYZ 35.96 18.72 26.53 -
YUV 101.13 149.94 215.64 -
System Red Green Blue C M Y K H S L
Decimal 224 31 140 0 0.86 0.38 0.12 326.11 0.76 0.5
Hex E0 1F 8C 0 56 26 C 146 4C 32
Octal 340 37 214 0 126 46 14 506 114 62
Binary 11100000 11111 10001100 0 1010110 100110 1100 101000110 1001100 110010

Color Harmonies of #E01F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01F8C

Black with #E01F8C

Text Example


Text Example

White with #E01F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01F8C; }

 p { color: rgb(224,31,140); }

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

background-color css

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

 a { background-color: rgb(224,31,140); }

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

border-color css

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

 span { border-color: rgb(224,31,140); }

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