Html Css Color HEX #E13078 Deep Cerise

📋 copy color: '#E13078'

red 225 ◦ green 48 ◦ blue 120

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

Shades of Deep Cerise #E13078

Tints of Deep Cerise #E13078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.21%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 57.25%
G = 12.21%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E13078 (or 0xE13078) is known color: Deep Cerise. HEX triplet: E1, 30 and 78. RGB value is (225,48,120). Sum of RGB (Red+Green+Blue) = 225+48+120=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E13078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13078 is #1ECF87. Grayscale: #6D6D6D. Windows color (decimal): -2019208 or 7876833. OLE color: 7876833.

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

Color convert

RGB 225 48 120 -
CMYK 0 0.79 0.47 0.12
HSL 335.59º 0.75% 0.54% -
HSV(B) 335.59º 0.79% 0.88% -
XYZ 35.5 19.48 19.66 -
YUV 109.13 134.14 210.65 -
System Red Green Blue C M Y K H S L
Decimal 225 48 120 0 0.79 0.47 0.12 335.59 0.75 0.54
Hex E1 30 78 0 4F 2F C 150 4B 36
Octal 341 60 170 0 117 57 14 520 113 66
Binary 11100001 110000 1111000 0 1001111 101111 1100 101010000 1001011 110110

Color Harmonies of #E13078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13078

Black with #E13078

Text Example


Text Example

White with #E13078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13078; }

 p { color: rgb(225,48,120); }

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

background-color css

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

 a { background-color: rgb(225,48,120); }

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

border-color css

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

 span { border-color: rgb(225,48,120); }

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