Html Css Color HEX #E14099 Deep Cerise

📋 copy color: '#E14099'

red 225 ◦ green 64 ◦ blue 153

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

Shades of Deep Cerise #E14099

Tints of Deep Cerise #E14099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.48%

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

R = 50.9%
G = 14.48%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E14099 (or 0xE14099) is known color: Deep Cerise. HEX triplet: E1, 40 and 99. RGB value is (225,64,153). Sum of RGB (Red+Green+Blue) = 225+64+153=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E14099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14099 is #1EBF66. Grayscale: #7A7A7A. Windows color (decimal): -2015079 or 10043617. OLE color: 10043617.

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

Color convert

RGB 225 64 153 -
CMYK 0 0.72 0.32 0.12
HSL 326.83º 0.73% 0.57% -
HSV(B) 326.83º 0.72% 0.88% -
XYZ 38.63 21.97 32.34 -
YUV 122.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 225 64 153 0 0.72 0.32 0.12 326.83 0.73 0.57
Hex E1 40 99 0 48 20 C 147 49 39
Octal 341 100 231 0 110 40 14 507 111 71
Binary 11100001 1000000 10011001 0 1001000 100000 1100 101000111 1001001 111001

Color Harmonies of #E14099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14099

Black with #E14099

Text Example


Text Example

White with #E14099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14099; }

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

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

background-color css

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

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

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

border-color css

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

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

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