Html Css Color HEX #E13277 Deep Cerise

📋 copy color: '#E13277'

red 225 ◦ green 50 ◦ blue 119

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

Shades of Deep Cerise #E13277

Tints of Deep Cerise #E13277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.69%

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 57.11%
G = 12.69%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E13277 (or 0xE13277) is known color: Deep Cerise. HEX triplet: E1, 32 and 77. RGB value is (225,50,119). Sum of RGB (Red+Green+Blue) = 225+50+119=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E13277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13277 is #1ECD88. Grayscale: #6E6E6E. Windows color (decimal): -2018697 or 7811809. OLE color: 7811809.

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

Color convert

RGB 225 50 119 -
CMYK 0 0.78 0.47 0.12
HSL 336.34º 0.74% 0.54% -
HSV(B) 336.34º 0.78% 0.88% -
XYZ 35.52 19.62 19.37 -
YUV 110.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 225 50 119 0 0.78 0.47 0.12 336.34 0.74 0.54
Hex E1 32 77 0 4E 2F C 150 4A 36
Octal 341 62 167 0 116 57 14 520 112 66
Binary 11100001 110010 1110111 0 1001110 101111 1100 101010000 1001010 110110

Color Harmonies of #E13277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13277

Black with #E13277

Text Example


Text Example

White with #E13277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13277; }

 p { color: rgb(225,50,119); }

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

background-color css

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

 a { background-color: rgb(225,50,119); }

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

border-color css

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

 span { border-color: rgb(225,50,119); }

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