Html Css Color HEX #E14199 Deep Cerise

📋 copy color: '#E14199'

red 225 ◦ green 65 ◦ blue 153

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

Shades of Deep Cerise #E14199

Tints of Deep Cerise #E14199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.67%

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

R = 50.79%
G = 14.67%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E14199 (or 0xE14199) is known color: Deep Cerise. HEX triplet: E1, 41 and 99. RGB value is (225,65,153). Sum of RGB (Red+Green+Blue) = 225+65+153=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E14199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14199 is #1EBE66. Grayscale: #7A7A7A. Windows color (decimal): -2014823 or 10043873. OLE color: 10043873.

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

Color convert

RGB 225 65 153 -
CMYK 0 0.71 0.32 0.12
HSL 327º 0.73% 0.57% -
HSV(B) 327º 0.71% 0.88% -
XYZ 38.69 22.09 32.36 -
YUV 122.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 225 65 153 0 0.71 0.32 0.12 327 0.73 0.57
Hex E1 41 99 0 47 20 C 147 49 39
Octal 341 101 231 0 107 40 14 507 111 71
Binary 11100001 1000001 10011001 0 1000111 100000 1100 101000111 1001001 111001

Color Harmonies of #E14199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14199

Black with #E14199

Text Example


Text Example

White with #E14199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14199; }

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

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

background-color css

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

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

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

border-color css

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

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

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