Html Css Color HEX #E01E7B Deep Cerise

📋 copy color: '#E01E7B'

red 224 ◦ green 30 ◦ blue 123

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

Shades of Deep Cerise #E01E7B

Tints of Deep Cerise #E01E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.96%

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 59.42%
G = 7.96%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E01E7B (or 0xE01E7B) is known color: Deep Cerise. HEX triplet: E0, 1E and 7B. RGB value is (224,30,123). Sum of RGB (Red+Green+Blue) = 224+30+123=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E7B is #1FE184. Grayscale: #626262. Windows color (decimal): -2089349 or 8068832. OLE color: 8068832.

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

Color convert

RGB 224 30 123 -
CMYK 0 0.87 0.45 0.12
HSL 331.24º 0.76% 0.5% -
HSV(B) 331.24º 0.87% 0.88% -
XYZ 34.78 18.21 20.42 -
YUV 98.61 141.77 217.44 -
System Red Green Blue C M Y K H S L
Decimal 224 30 123 0 0.87 0.45 0.12 331.24 0.76 0.5
Hex E0 1E 7B 0 57 2D C 14B 4C 32
Octal 340 36 173 0 127 55 14 513 114 62
Binary 11100000 11110 1111011 0 1010111 101101 1100 101001011 1001100 110010

Color Harmonies of #E01E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E7B

Black with #E01E7B

Text Example


Text Example

White with #E01E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E7B; }

 p { color: rgb(224,30,123); }

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

background-color css

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

 a { background-color: rgb(224,30,123); }

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

border-color css

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

 span { border-color: rgb(224,30,123); }

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