Html Css Color HEX #E14593 Deep Cerise

📋 copy color: '#E14593'

red 225 ◦ green 69 ◦ blue 147

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

Shades of Deep Cerise #E14593

Tints of Deep Cerise #E14593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.65%

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

R = 51.02%
G = 15.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E14593 (or 0xE14593) is known color: Deep Cerise. HEX triplet: E1, 45 and 93. RGB value is (225,69,147). Sum of RGB (Red+Green+Blue) = 225+69+147=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E14593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14593 is #1EBA6C. Grayscale: #7C7C7C. Windows color (decimal): -2013805 or 9651681. OLE color: 9651681.

HSL color Cylindrical-coordinate representation of color #E14593: hue angle of 330º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14593 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 147 -
CMYK 0 0.69 0.35 0.12
HSL 330º 0.72% 0.58% -
HSV(B) 330º 0.69% 0.88% -
XYZ 38.45 22.37 29.9 -
YUV 124.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 225 69 147 0 0.69 0.35 0.12 330 0.72 0.58
Hex E1 45 93 0 45 23 C 14A 48 3A
Octal 341 105 223 0 105 43 14 512 110 72
Binary 11100001 1000101 10010011 0 1000101 100011 1100 101001010 1001000 111010

Color Harmonies of #E14593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14593

Black with #E14593

Text Example


Text Example

White with #E14593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14593; }

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

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

background-color css

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

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

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

border-color css

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

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

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