Html Css Color HEX #E01F85 Deep Cerise

📋 copy color: '#E01F85'

red 224 ◦ green 31 ◦ blue 133

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

Shades of Deep Cerise #E01F85

Tints of Deep Cerise #E01F85

RGB

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

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

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

R = 57.73%
G = 7.99%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E01F85 (or 0xE01F85) is known color: Deep Cerise. HEX triplet: E0, 1F and 85. RGB value is (224,31,133). Sum of RGB (Red+Green+Blue) = 224+31+133=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01F85 is #1FE07A. Grayscale: #646464. Windows color (decimal): -2089083 or 8724448. OLE color: 8724448.

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

Color convert

RGB 224 31 133 -
CMYK 0 0.86 0.41 0.12
HSL 328.29º 0.76% 0.5% -
HSV(B) 328.29º 0.86% 0.88% -
XYZ 35.46 18.52 23.9 -
YUV 100.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 224 31 133 0 0.86 0.41 0.12 328.29 0.76 0.5
Hex E0 1F 85 0 56 29 C 148 4C 32
Octal 340 37 205 0 126 51 14 510 114 62
Binary 11100000 11111 10000101 0 1010110 101001 1100 101001000 1001100 110010

Color Harmonies of #E01F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01F85

Black with #E01F85

Text Example


Text Example

White with #E01F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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