Html Css Color HEX #E13080 Deep Cerise

📋 copy color: '#E13080'

red 225 ◦ green 48 ◦ blue 128

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

Shades of Deep Cerise #E13080

Tints of Deep Cerise #E13080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 56.11%
G = 11.97%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E13080 (or 0xE13080) is known color: Deep Cerise. HEX triplet: E1, 30 and 80. RGB value is (225,48,128). Sum of RGB (Red+Green+Blue) = 225+48+128=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E13080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13080 is #1ECF7F. Grayscale: #6D6D6D. Windows color (decimal): -2019200 or 8401121. OLE color: 8401121.

HSL color Cylindrical-coordinate representation of color #E13080: hue angle of 332.88º 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 #E13080 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 128 -
CMYK 0 0.79 0.43 0.12
HSL 332.88º 0.75% 0.54% -
HSV(B) 332.88º 0.79% 0.88% -
XYZ 36 19.68 22.32 -
YUV 110.04 138.14 210 -
System Red Green Blue C M Y K H S L
Decimal 225 48 128 0 0.79 0.43 0.12 332.88 0.75 0.54
Hex E1 30 80 0 4F 2B C 14D 4B 36
Octal 341 60 200 0 117 53 14 515 113 66
Binary 11100001 110000 10000000 0 1001111 101011 1100 101001101 1001011 110110

Color Harmonies of #E13080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13080

Black with #E13080

Text Example


Text Example

White with #E13080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13080; }

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

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

background-color css

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

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

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

border-color css

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

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

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