Html Css Color HEX #E13F96 Deep Cerise

📋 copy color: '#E13F96'

red 225 ◦ green 63 ◦ blue 150

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

Shades of Deep Cerise #E13F96

Tints of Deep Cerise #E13F96

RGB

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

 GREEN value IS 63 (25% from 255) = 14.38%

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

R = 51.37%
G = 14.38%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E13F96 (or 0xE13F96) is known color: Deep Cerise. HEX triplet: E1, 3F and 96. RGB value is (225,63,150). Sum of RGB (Red+Green+Blue) = 225+63+150=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13F96 is #1EC069. Grayscale: #797979. Windows color (decimal): -2015338 or 9846753. OLE color: 9846753.

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

Color convert

RGB 225 63 150 -
CMYK 0 0.72 0.33 0.12
HSL 327.78º 0.73% 0.56% -
HSV(B) 327.78º 0.72% 0.88% -
XYZ 38.33 21.76 31.03 -
YUV 121.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 225 63 150 0 0.72 0.33 0.12 327.78 0.73 0.56
Hex E1 3F 96 0 48 21 C 148 49 38
Octal 341 77 226 0 110 41 14 510 111 70
Binary 11100001 111111 10010110 0 1001000 100001 1100 101001000 1001001 111000

Color Harmonies of #E13F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F96

Black with #E13F96

Text Example


Text Example

White with #E13F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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