Html Css Color HEX #E13293 Deep Cerise

📋 copy color: '#E13293'

red 225 ◦ green 50 ◦ blue 147

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

Shades of Deep Cerise #E13293

Tints of Deep Cerise #E13293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 53.32%
G = 11.85%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E13293 (or 0xE13293) is known color: Deep Cerise. HEX triplet: E1, 32 and 93. RGB value is (225,50,147). Sum of RGB (Red+Green+Blue) = 225+50+147=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E13293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13293 is #1ECD6C. Grayscale: #717171. Windows color (decimal): -2018669 or 9646817. OLE color: 9646817.

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

Color convert

RGB 225 50 147 -
CMYK 0 0.78 0.35 0.12
HSL 326.74º 0.74% 0.54% -
HSV(B) 326.74º 0.78% 0.88% -
XYZ 37.46 20.4 29.57 -
YUV 113.38 146.98 207.61 -
System Red Green Blue C M Y K H S L
Decimal 225 50 147 0 0.78 0.35 0.12 326.74 0.74 0.54
Hex E1 32 93 0 4E 23 C 147 4A 36
Octal 341 62 223 0 116 43 14 507 112 66
Binary 11100001 110010 10010011 0 1001110 100011 1100 101000111 1001010 110110

Color Harmonies of #E13293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13293

Black with #E13293

Text Example


Text Example

White with #E13293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13293; }

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

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

background-color css

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

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

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

border-color css

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

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

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