Html Css Color HEX #E13796 Deep Cerise

📋 copy color: '#E13796'

red 225 ◦ green 55 ◦ blue 150

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

Shades of Deep Cerise #E13796

Tints of Deep Cerise #E13796

RGB

 RED value IS 225 (88.28% from 255) = 52.33%

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

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 52.33%
G = 12.79%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E13796 (or 0xE13796) is known color: Deep Cerise. HEX triplet: E1, 37 and 96. RGB value is (225,55,150). Sum of RGB (Red+Green+Blue) = 225+55+150=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E13796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13796 is #1EC869. Grayscale: #747474. Windows color (decimal): -2017386 or 9844705. OLE color: 9844705.

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

Color convert

RGB 225 55 150 -
CMYK 0 0.76 0.33 0.12
HSL 326.47º 0.74% 0.55% -
HSV(B) 326.47º 0.76% 0.88% -
XYZ 37.92 20.94 30.9 -
YUV 116.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 225 55 150 0 0.76 0.33 0.12 326.47 0.74 0.55
Hex E1 37 96 0 4C 21 C 146 4A 37
Octal 341 67 226 0 114 41 14 506 112 67
Binary 11100001 110111 10010110 0 1001100 100001 1100 101000110 1001010 110111

Color Harmonies of #E13796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13796

Black with #E13796

Text Example


Text Example

White with #E13796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13796; }

 p { color: rgb(225,55,150); }

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

background-color css

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

 a { background-color: rgb(225,55,150); }

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

border-color css

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

 span { border-color: rgb(225,55,150); }

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