Html Css Color HEX #E14696 Deep Cerise

📋 copy color: '#E14696'

red 225 ◦ green 70 ◦ blue 150

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

Shades of Deep Cerise #E14696

Tints of Deep Cerise #E14696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.73%

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

R = 50.56%
G = 15.73%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E14696 (or 0xE14696) is known color: Deep Cerise. HEX triplet: E1, 46 and 96. RGB value is (225,70,150). Sum of RGB (Red+Green+Blue) = 225+70+150=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E14696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14696 is #1EB969. Grayscale: #7D7D7D. Windows color (decimal): -2013546 or 9848545. OLE color: 9848545.

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

Color convert

RGB 225 70 150 -
CMYK 0 0.69 0.33 0.12
HSL 329.03º 0.72% 0.58% -
HSV(B) 329.03º 0.69% 0.88% -
XYZ 38.75 22.59 31.17 -
YUV 125.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 225 70 150 0 0.69 0.33 0.12 329.03 0.72 0.58
Hex E1 46 96 0 45 21 C 149 48 3A
Octal 341 106 226 0 105 41 14 511 110 72
Binary 11100001 1000110 10010110 0 1000101 100001 1100 101001001 1001000 111010

Color Harmonies of #E14696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14696

Black with #E14696

Text Example


Text Example

White with #E14696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14696; }

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

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

background-color css

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

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

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

border-color css

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

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

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