Html Css Color HEX #E14095 Deep Cerise

📋 copy color: '#E14095'

red 225 ◦ green 64 ◦ blue 149

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

Shades of Deep Cerise #E14095

Tints of Deep Cerise #E14095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 51.37%
G = 14.61%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E14095 (or 0xE14095) is known color: Deep Cerise. HEX triplet: E1, 40 and 95. RGB value is (225,64,149). Sum of RGB (Red+Green+Blue) = 225+64+149=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E14095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14095 is #1EBF6A. Grayscale: #797979. Windows color (decimal): -2015083 or 9781473. OLE color: 9781473.

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

Color convert

RGB 225 64 149 -
CMYK 0 0.72 0.34 0.12
HSL 328.32º 0.73% 0.57% -
HSV(B) 328.32º 0.72% 0.88% -
XYZ 38.31 21.84 30.63 -
YUV 121.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 225 64 149 0 0.72 0.34 0.12 328.32 0.73 0.57
Hex E1 40 95 0 48 22 C 148 49 39
Octal 341 100 225 0 110 42 14 510 111 71
Binary 11100001 1000000 10010101 0 1001000 100010 1100 101001000 1001001 111001

Color Harmonies of #E14095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14095

Black with #E14095

Text Example


Text Example

White with #E14095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14095; }

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

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

background-color css

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

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

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

border-color css

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

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

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