Html Css Color HEX #E13478 Deep Cerise

📋 copy color: '#E13478'

red 225 ◦ green 52 ◦ blue 120

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

Shades of Deep Cerise #E13478

Tints of Deep Cerise #E13478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

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

R = 56.68%
G = 13.1%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E13478 (or 0xE13478) is known color: Deep Cerise. HEX triplet: E1, 34 and 78. RGB value is (225,52,120). Sum of RGB (Red+Green+Blue) = 225+52+120=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E13478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13478 is #1ECB87. Grayscale: #6F6F6F. Windows color (decimal): -2018184 or 7877857. OLE color: 7877857.

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

Color convert

RGB 225 52 120 -
CMYK 0 0.77 0.47 0.12
HSL 336.42º 0.74% 0.54% -
HSV(B) 336.42º 0.77% 0.88% -
XYZ 35.67 19.82 19.71 -
YUV 111.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 225 52 120 0 0.77 0.47 0.12 336.42 0.74 0.54
Hex E1 34 78 0 4D 2F C 150 4A 36
Octal 341 64 170 0 115 57 14 520 112 66
Binary 11100001 110100 1111000 0 1001101 101111 1100 101010000 1001010 110110

Color Harmonies of #E13478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13478

Black with #E13478

Text Example


Text Example

White with #E13478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13478; }

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

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

background-color css

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

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

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

border-color css

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

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

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