Html Css Color HEX #E14796 Deep Cerise

📋 copy color: '#E14796'

red 225 ◦ green 71 ◦ blue 150

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

Shades of Deep Cerise #E14796

Tints of Deep Cerise #E14796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 50.45%
G = 15.92%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E14796 (or 0xE14796) is known color: Deep Cerise. HEX triplet: E1, 47 and 96. RGB value is (225,71,150). Sum of RGB (Red+Green+Blue) = 225+71+150=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E14796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14796 is #1EB869. Grayscale: #7D7D7D. Windows color (decimal): -2013290 or 9848801. OLE color: 9848801.

HSL color Cylindrical-coordinate representation of color #E14796: hue angle of 329.22º 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 #E14796 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 150 -
CMYK 0 0.68 0.33 0.12
HSL 329.22º 0.72% 0.58% -
HSV(B) 329.22º 0.68% 0.88% -
XYZ 38.81 22.72 31.19 -
YUV 126.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 225 71 150 0 0.68 0.33 0.12 329.22 0.72 0.58
Hex E1 47 96 0 44 21 C 149 48 3A
Octal 341 107 226 0 104 41 14 511 110 72
Binary 11100001 1000111 10010110 0 1000100 100001 1100 101001001 1001000 111010

Color Harmonies of #E14796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14796

Black with #E14796

Text Example


Text Example

White with #E14796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14796; }

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

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

background-color css

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

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

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

border-color css

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

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

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