Html Css Color HEX #E14093 Deep Cerise

📋 copy color: '#E14093'

red 225 ◦ green 64 ◦ blue 147

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

Shades of Deep Cerise #E14093

Tints of Deep Cerise #E14093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 51.61%
G = 14.68%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E14093 (or 0xE14093) is known color: Deep Cerise. HEX triplet: E1, 40 and 93. RGB value is (225,64,147). Sum of RGB (Red+Green+Blue) = 225+64+147=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E14093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14093 is #1EBF6C. Grayscale: #797979. Windows color (decimal): -2015085 or 9650401. OLE color: 9650401.

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

Color convert

RGB 225 64 147 -
CMYK 0 0.72 0.35 0.12
HSL 329.07º 0.73% 0.57% -
HSV(B) 329.07º 0.72% 0.88% -
XYZ 38.15 21.78 29.8 -
YUV 121.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 225 64 147 0 0.72 0.35 0.12 329.07 0.73 0.57
Hex E1 40 93 0 48 23 C 149 49 39
Octal 341 100 223 0 110 43 14 511 111 71
Binary 11100001 1000000 10010011 0 1001000 100011 1100 101001001 1001001 111001

Color Harmonies of #E14093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14093

Black with #E14093

Text Example


Text Example

White with #E14093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14093; }

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

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

background-color css

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

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

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

border-color css

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

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

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