Html Css Color HEX #E05693 Dark Pink

📋 copy color: '#E05693'

red 224 ◦ green 86 ◦ blue 147

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

Shades of Dark Pink #E05693

Tints of Dark Pink #E05693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.82%

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

R = 49.02%
G = 18.82%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05693 (or 0xE05693) is known color: Dark Pink. HEX triplet: E0, 56 and 93. RGB value is (224,86,147). Sum of RGB (Red+Green+Blue) = 224+86+147=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05693 is #1FA96C. Grayscale: #868686. Windows color (decimal): -2074989 or 9656032. OLE color: 9656032.

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

Color convert

RGB 224 86 147 -
CMYK 0 0.62 0.34 0.12
HSL 333.48º 0.69% 0.61% -
HSV(B) 333.48º 0.62% 0.88% -
XYZ 39.33 24.61 30.28 -
YUV 134.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 224 86 147 0 0.62 0.34 0.12 333.48 0.69 0.61
Hex E0 56 93 0 3E 22 C 14D 45 3D
Octal 340 126 223 0 76 42 14 515 105 75
Binary 11100000 1010110 10010011 0 111110 100010 1100 101001101 1000101 111101

Color Harmonies of #E05693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05693

Black with #E05693

Text Example


Text Example

White with #E05693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05693; }

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

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

background-color css

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

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

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

border-color css

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

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

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