Html Css Color HEX #E0379B Deep Cerise

📋 copy color: '#E0379B'

red 224 ◦ green 55 ◦ blue 155

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

Shades of Deep Cerise #E0379B

Tints of Deep Cerise #E0379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 51.61%
G = 12.67%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0379B (or 0xE0379B) is known color: Deep Cerise. HEX triplet: E0, 37 and 9B. RGB value is (224,55,155). Sum of RGB (Red+Green+Blue) = 224+55+155=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0379B is #1FC864. Grayscale: #747474. Windows color (decimal): -2082917 or 10172384. OLE color: 10172384.

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

Color convert

RGB 224 55 155 -
CMYK 0 0.75 0.31 0.12
HSL 324.5º 0.73% 0.55% -
HSV(B) 324.5º 0.75% 0.88% -
XYZ 38.02 20.95 33.05 -
YUV 116.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 224 55 155 0 0.75 0.31 0.12 324.5 0.73 0.55
Hex E0 37 9B 0 4B 1F C 144 49 37
Octal 340 67 233 0 113 37 14 504 111 67
Binary 11100000 110111 10011011 0 1001011 11111 1100 101000100 1001001 110111

Color Harmonies of #E0379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0379B

Black with #E0379B

Text Example


Text Example

White with #E0379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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