Html Css Color HEX #E05993 Dark Pink

📋 copy color: '#E05993'

red 224 ◦ green 89 ◦ blue 147

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

Shades of Dark Pink #E05993

Tints of Dark Pink #E05993

RGB

 RED value IS 224 (87.89% from 255) = 48.7%

 GREEN value IS 89 (35.16% from 255) = 19.35%

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

R = 48.7%
G = 19.35%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05993 (or 0xE05993) is known color: Dark Pink. HEX triplet: E0, 59 and 93. RGB value is (224,89,147). Sum of RGB (Red+Green+Blue) = 224+89+147=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E05993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05993 is #1FA66C. Grayscale: #878787. Windows color (decimal): -2074221 or 9656800. OLE color: 9656800.

HSL color Cylindrical-coordinate representation of color #E05993: hue angle of 334.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05993 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 147 -
CMYK 0 0.60 0.34 0.12
HSL 334.22º 0.69% 0.61% -
HSV(B) 334.22º 0.6% 0.88% -
XYZ 39.58 25.1 30.36 -
YUV 135.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 224 89 147 0 0.60 0.34 0.12 334.22 0.69 0.61
Hex E0 59 93 0 3C 22 C 14E 45 3D
Octal 340 131 223 0 74 42 14 516 105 75
Binary 11100000 1011001 10010011 0 111100 100010 1100 101001110 1000101 111101

Color Harmonies of #E05993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05993

Black with #E05993

Text Example


Text Example

White with #E05993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05993; }

 p { color: rgb(224,89,147); }

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

background-color css

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

 a { background-color: rgb(224,89,147); }

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

border-color css

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

 span { border-color: rgb(224,89,147); }

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