Html Css Color HEX #E13BA0 Deep Cerise

📋 copy color: '#E13BA0'

red 225 ◦ green 59 ◦ blue 160

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

Shades of Deep Cerise #E13BA0

Tints of Deep Cerise #E13BA0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.29%

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 50.68%
G = 13.29%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E13BA0 (or 0xE13BA0) is known color: Deep Cerise. HEX triplet: E1, 3B and A0. RGB value is (225,59,160). Sum of RGB (Red+Green+Blue) = 225+59+160=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13BA0 is #1EC45F. Grayscale: #777777. Windows color (decimal): -2016352 or 10501089. OLE color: 10501089.

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

Color convert

RGB 225 59 160 -
CMYK 0 0.74 0.29 0.12
HSL 323.49º 0.73% 0.56% -
HSV(B) 323.49º 0.74% 0.88% -
XYZ 38.96 21.67 35.39 -
YUV 120.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 225 59 160 0 0.74 0.29 0.12 323.49 0.73 0.56
Hex E1 3B A0 0 4A 1D C 143 49 38
Octal 341 73 240 0 112 35 14 503 111 70
Binary 11100001 111011 10100000 0 1001010 11101 1100 101000011 1001001 111000

Color Harmonies of #E13BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13BA0

Black with #E13BA0

Text Example


Text Example

White with #E13BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13BA0; }

 p { color: rgb(225,59,160); }

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

background-color css

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

 a { background-color: rgb(225,59,160); }

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

border-color css

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

 span { border-color: rgb(225,59,160); }

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