Html Css Color HEX #E14394 Deep Cerise

📋 copy color: '#E14394'

red 225 ◦ green 67 ◦ blue 148

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

Shades of Deep Cerise #E14394

Tints of Deep Cerise #E14394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.64%

R = 51.14%
G = 15.23%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E14394 (or 0xE14394) is known color: Deep Cerise. HEX triplet: E1, 43 and 94. RGB value is (225,67,148). Sum of RGB (Red+Green+Blue) = 225+67+148=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E14394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14394 is #1EBC6B. Grayscale: #7B7B7B. Windows color (decimal): -2014316 or 9716705. OLE color: 9716705.

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

Color convert

RGB 225 67 148 -
CMYK 0 0.70 0.34 0.12
HSL 329.24º 0.72% 0.57% -
HSV(B) 329.24º 0.7% 0.88% -
XYZ 38.4 22.16 30.27 -
YUV 123.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 225 67 148 0 0.70 0.34 0.12 329.24 0.72 0.57
Hex E1 43 94 0 46 22 C 149 48 39
Octal 341 103 224 0 106 42 14 511 110 71
Binary 11100001 1000011 10010100 0 1000110 100010 1100 101001001 1001000 111001

Color Harmonies of #E14394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14394

Black with #E14394

Text Example


Text Example

White with #E14394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14394; }

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

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

background-color css

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

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

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

border-color css

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

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

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