Html Css Color HEX #E0317D Deep Cerise

📋 copy color: '#E0317D'

red 224 ◦ green 49 ◦ blue 125

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

Shades of Deep Cerise #E0317D

Tints of Deep Cerise #E0317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.31%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 56.28%
G = 12.31%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0317D (or 0xE0317D) is known color: Deep Cerise. HEX triplet: E0, 31 and 7D. RGB value is (224,49,125). Sum of RGB (Red+Green+Blue) = 224+49+125=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0317D is #1FCE82. Grayscale: #6D6D6D. Windows color (decimal): -2084483 or 8204768. OLE color: 8204768.

HSL color Cylindrical-coordinate representation of color #E0317D: hue angle of 333.94º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0317D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 49 125 -
CMYK 0 0.78 0.44 0.12
HSL 333.94º 0.74% 0.54% -
HSV(B) 333.94º 0.78% 0.88% -
XYZ 35.54 19.52 21.3 -
YUV 109.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 224 49 125 0 0.78 0.44 0.12 333.94 0.74 0.54
Hex E0 31 7D 0 4E 2C C 14E 4A 36
Octal 340 61 175 0 116 54 14 516 112 66
Binary 11100000 110001 1111101 0 1001110 101100 1100 101001110 1001010 110110

Color Harmonies of #E0317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0317D

Black with #E0317D

Text Example


Text Example

White with #E0317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0317D; }

 p { color: rgb(224,49,125); }

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

background-color css

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

 a { background-color: rgb(224,49,125); }

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

border-color css

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

 span { border-color: rgb(224,49,125); }

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