Html Css Color HEX #E14189 Deep Cerise

📋 copy color: '#E14189'

red 225 ◦ green 65 ◦ blue 137

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

Shades of Deep Cerise #E14189

Tints of Deep Cerise #E14189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.22%

 BLUE value IS 137 (53.91% from 255) = 32.08%

R = 52.69%
G = 15.22%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E14189 (or 0xE14189) is known color: Deep Cerise. HEX triplet: E1, 41 and 89. RGB value is (225,65,137). Sum of RGB (Red+Green+Blue) = 225+65+137=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E14189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14189 is #1EBE76. Grayscale: #787878. Windows color (decimal): -2014839 or 8995297. OLE color: 8995297.

HSL color Cylindrical-coordinate representation of color #E14189: hue angle of 333º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14189 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 137 -
CMYK 0 0.71 0.39 0.12
HSL 333º 0.73% 0.57% -
HSV(B) 333º 0.71% 0.88% -
XYZ 37.46 21.59 25.86 -
YUV 121.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 225 65 137 0 0.71 0.39 0.12 333 0.73 0.57
Hex E1 41 89 0 47 27 C 14D 49 39
Octal 341 101 211 0 107 47 14 515 111 71
Binary 11100001 1000001 10001001 0 1000111 100111 1100 101001101 1001001 111001

Color Harmonies of #E14189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14189

Black with #E14189

Text Example


Text Example

White with #E14189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14189; }

 p { color: rgb(225,65,137); }

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

background-color css

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

 a { background-color: rgb(225,65,137); }

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

border-color css

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

 span { border-color: rgb(225,65,137); }

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