Html Css Color HEX #E14499 Deep Cerise

📋 copy color: '#E14499'

red 225 ◦ green 68 ◦ blue 153

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

Shades of Deep Cerise #E14499

Tints of Deep Cerise #E14499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.25%

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

R = 50.45%
G = 15.25%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E14499 (or 0xE14499) is known color: Deep Cerise. HEX triplet: E1, 44 and 99. RGB value is (225,68,153). Sum of RGB (Red+Green+Blue) = 225+68+153=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E14499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14499 is #1EBB66. Grayscale: #7C7C7C. Windows color (decimal): -2014055 or 10044641. OLE color: 10044641.

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

Color convert

RGB 225 68 153 -
CMYK 0 0.70 0.32 0.12
HSL 327.52º 0.72% 0.57% -
HSV(B) 327.52º 0.7% 0.88% -
XYZ 38.87 22.44 32.42 -
YUV 124.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 225 68 153 0 0.70 0.32 0.12 327.52 0.72 0.57
Hex E1 44 99 0 46 20 C 148 48 39
Octal 341 104 231 0 106 40 14 510 110 71
Binary 11100001 1000100 10011001 0 1000110 100000 1100 101001000 1001000 111001

Color Harmonies of #E14499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14499

Black with #E14499

Text Example


Text Example

White with #E14499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14499; }

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

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

background-color css

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

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

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

border-color css

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

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

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