Html Css Color HEX #E14799 Deep Cerise

📋 copy color: '#E14799'

red 225 ◦ green 71 ◦ blue 153

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

Shades of Deep Cerise #E14799

Tints of Deep Cerise #E14799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.81%

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 50.11%
G = 15.81%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E14799 (or 0xE14799) is known color: Deep Cerise. HEX triplet: E1, 47 and 99. RGB value is (225,71,153). Sum of RGB (Red+Green+Blue) = 225+71+153=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E14799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14799 is #1EB866. Grayscale: #7E7E7E. Windows color (decimal): -2013287 or 10045409. OLE color: 10045409.

HSL color Cylindrical-coordinate representation of color #E14799: hue angle of 328.05º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14799 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 153 -
CMYK 0 0.68 0.32 0.12
HSL 328.05º 0.72% 0.58% -
HSV(B) 328.05º 0.68% 0.88% -
XYZ 39.05 22.81 32.48 -
YUV 126.39 143.02 198.33 -
System Red Green Blue C M Y K H S L
Decimal 225 71 153 0 0.68 0.32 0.12 328.05 0.72 0.58
Hex E1 47 99 0 44 20 C 148 48 3A
Octal 341 107 231 0 104 40 14 510 110 72
Binary 11100001 1000111 10011001 0 1000100 100000 1100 101001000 1001000 111010

Color Harmonies of #E14799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14799

Black with #E14799

Text Example


Text Example

White with #E14799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14799; }

 p { color: rgb(225,71,153); }

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

background-color css

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

 a { background-color: rgb(225,71,153); }

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

border-color css

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

 span { border-color: rgb(225,71,153); }

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