Html Css Color HEX #E0379E Deep Cerise

📋 copy color: '#E0379E'

red 224 ◦ green 55 ◦ blue 158

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

Shades of Deep Cerise #E0379E

Tints of Deep Cerise #E0379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.59%

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 51.26%
G = 12.59%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0379E (or 0xE0379E) is known color: Deep Cerise. HEX triplet: E0, 37 and 9E. RGB value is (224,55,158). Sum of RGB (Red+Green+Blue) = 224+55+158=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0379E is #1FC861. Grayscale: #757575. Windows color (decimal): -2082914 or 10368992. OLE color: 10368992.

HSL color Cylindrical-coordinate representation of color #E0379E: hue angle of 323.43º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0379E is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 55 158 -
CMYK 0 0.75 0.29 0.12
HSL 323.43º 0.73% 0.55% -
HSV(B) 323.43º 0.75% 0.88% -
XYZ 38.28 21.05 34.39 -
YUV 117.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 224 55 158 0 0.75 0.29 0.12 323.43 0.73 0.55
Hex E0 37 9E 0 4B 1D C 143 49 37
Octal 340 67 236 0 113 35 14 503 111 67
Binary 11100000 110111 10011110 0 1001011 11101 1100 101000011 1001001 110111

Color Harmonies of #E0379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0379E

Black with #E0379E

Text Example


Text Example

White with #E0379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0379E; }

 p { color: rgb(224,55,158); }

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

background-color css

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

 a { background-color: rgb(224,55,158); }

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

border-color css

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

 span { border-color: rgb(224,55,158); }

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