Html Css Color HEX #E13394 Deep Cerise

📋 copy color: '#E13394'

red 225 ◦ green 51 ◦ blue 148

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

Shades of Deep Cerise #E13394

Tints of Deep Cerise #E13394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.03%

 BLUE value IS 148 (58.2% from 255) = 34.91%

R = 53.07%
G = 12.03%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E13394 (or 0xE13394) is known color: Deep Cerise. HEX triplet: E1, 33 and 94. RGB value is (225,51,148). Sum of RGB (Red+Green+Blue) = 225+51+148=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E13394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13394 is #1ECC6B. Grayscale: #717171. Windows color (decimal): -2018412 or 9712609. OLE color: 9712609.

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

Color convert

RGB 225 51 148 -
CMYK 0 0.77 0.34 0.12
HSL 326.55º 0.74% 0.54% -
HSV(B) 326.55º 0.77% 0.88% -
XYZ 37.58 20.51 30 -
YUV 114.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 225 51 148 0 0.77 0.34 0.12 326.55 0.74 0.54
Hex E1 33 94 0 4D 22 C 147 4A 36
Octal 341 63 224 0 115 42 14 507 112 66
Binary 11100001 110011 10010100 0 1001101 100010 1100 101000111 1001010 110110

Color Harmonies of #E13394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13394

Black with #E13394

Text Example


Text Example

White with #E13394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13394; }

 p { color: rgb(225,51,148); }

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

background-color css

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

 a { background-color: rgb(225,51,148); }

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

border-color css

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

 span { border-color: rgb(225,51,148); }

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