Html Css Color HEX #E14090 Deep Cerise

📋 copy color: '#E14090'

red 225 ◦ green 64 ◦ blue 144

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

Shades of Deep Cerise #E14090

Tints of Deep Cerise #E14090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 51.96%
G = 14.78%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E14090 (or 0xE14090) is known color: Deep Cerise. HEX triplet: E1, 40 and 90. RGB value is (225,64,144). Sum of RGB (Red+Green+Blue) = 225+64+144=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E14090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14090 is #1EBF6F. Grayscale: #797979. Windows color (decimal): -2015088 or 9453793. OLE color: 9453793.

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

Color convert

RGB 225 64 144 -
CMYK 0 0.72 0.36 0.12
HSL 330.19º 0.73% 0.57% -
HSV(B) 330.19º 0.72% 0.88% -
XYZ 37.92 21.69 28.57 -
YUV 121.26 140.84 202 -
System Red Green Blue C M Y K H S L
Decimal 225 64 144 0 0.72 0.36 0.12 330.19 0.73 0.57
Hex E1 40 90 0 48 24 C 14A 49 39
Octal 341 100 220 0 110 44 14 512 111 71
Binary 11100001 1000000 10010000 0 1001000 100100 1100 101001010 1001001 111001

Color Harmonies of #E14090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14090

Black with #E14090

Text Example


Text Example

White with #E14090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14090; }

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

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

background-color css

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

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

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

border-color css

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

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

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