Html Css Color HEX #E14397 Deep Cerise

📋 copy color: '#E14397'

red 225 ◦ green 67 ◦ blue 151

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

Shades of Deep Cerise #E14397

Tints of Deep Cerise #E14397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.12%

 BLUE value IS 151 (59.38% from 255) = 34.09%

R = 50.79%
G = 15.12%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E14397 (or 0xE14397) is known color: Deep Cerise. HEX triplet: E1, 43 and 97. RGB value is (225,67,151). Sum of RGB (Red+Green+Blue) = 225+67+151=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E14397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14397 is #1EBC68. Grayscale: #7B7B7B. Windows color (decimal): -2014313 or 9913313. OLE color: 9913313.

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

Color convert

RGB 225 67 151 -
CMYK 0 0.70 0.33 0.12
HSL 328.1º 0.72% 0.57% -
HSV(B) 328.1º 0.7% 0.88% -
XYZ 38.64 22.26 31.54 -
YUV 123.82 143.35 200.17 -
System Red Green Blue C M Y K H S L
Decimal 225 67 151 0 0.70 0.33 0.12 328.1 0.72 0.57
Hex E1 43 97 0 46 21 C 148 48 39
Octal 341 103 227 0 106 41 14 510 110 71
Binary 11100001 1000011 10010111 0 1000110 100001 1100 101001000 1001000 111001

Color Harmonies of #E14397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14397

Black with #E14397

Text Example


Text Example

White with #E14397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14397; }

 p { color: rgb(225,67,151); }

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

background-color css

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

 a { background-color: rgb(225,67,151); }

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

border-color css

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

 span { border-color: rgb(225,67,151); }

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