Html Css Color HEX #E14194 Deep Cerise

📋 copy color: '#E14194'

red 225 ◦ green 65 ◦ blue 148

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

Shades of Deep Cerise #E14194

Tints of Deep Cerise #E14194

RGB

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

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

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

R = 51.37%
G = 14.84%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E14194 (or 0xE14194) is known color: Deep Cerise. HEX triplet: E1, 41 and 94. RGB value is (225,65,148). Sum of RGB (Red+Green+Blue) = 225+65+148=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E14194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14194 is #1EBE6B. Grayscale: #7A7A7A. Windows color (decimal): -2014828 or 9716193. OLE color: 9716193.

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

Color convert

RGB 225 65 148 -
CMYK 0 0.71 0.34 0.12
HSL 328.88º 0.73% 0.57% -
HSV(B) 328.88º 0.71% 0.88% -
XYZ 38.29 21.93 30.23 -
YUV 122.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 225 65 148 0 0.71 0.34 0.12 328.88 0.73 0.57
Hex E1 41 94 0 47 22 C 149 49 39
Octal 341 101 224 0 107 42 14 511 111 71
Binary 11100001 1000001 10010100 0 1000111 100010 1100 101001001 1001001 111001

Color Harmonies of #E14194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14194

Black with #E14194

Text Example


Text Example

White with #E14194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14194; }

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

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

background-color css

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

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

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

border-color css

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

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

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