Html Css Color HEX #E13CA6 Deep Cerise

📋 copy color: '#E13CA6'

red 225 ◦ green 60 ◦ blue 166

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

Shades of Deep Cerise #E13CA6

Tints of Deep Cerise #E13CA6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.3%

 BLUE value IS 166 (65.23% from 255) = 36.81%

R = 49.89%
G = 13.3%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E13CA6 (or 0xE13CA6) is known color: Deep Cerise. HEX triplet: E1, 3C and A6. RGB value is (225,60,166). Sum of RGB (Red+Green+Blue) = 225+60+166=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13CA6 is #1EC359. Grayscale: #797979. Windows color (decimal): -2016090 or 10894561. OLE color: 10894561.

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

Color convert

RGB 225 60 166 -
CMYK 0 0.73 0.26 0.12
HSL 321.45º 0.73% 0.56% -
HSV(B) 321.45º 0.73% 0.88% -
XYZ 39.55 21.99 38.24 -
YUV 121.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 225 60 166 0 0.73 0.26 0.12 321.45 0.73 0.56
Hex E1 3C A6 0 49 1A C 141 49 38
Octal 341 74 246 0 111 32 14 501 111 70
Binary 11100001 111100 10100110 0 1001001 11010 1100 101000001 1001001 111000

Color Harmonies of #E13CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CA6

Black with #E13CA6

Text Example


Text Example

White with #E13CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CA6; }

 p { color: rgb(225,60,166); }

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

background-color css

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

 a { background-color: rgb(225,60,166); }

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

border-color css

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

 span { border-color: rgb(225,60,166); }

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