Html Css Color HEX #E05593 Dark Pink

📋 copy color: '#E05593'

red 224 ◦ green 85 ◦ blue 147

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

Shades of Dark Pink #E05593

Tints of Dark Pink #E05593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

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

R = 49.12%
G = 18.64%
B = 32.24%

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

#E05593 (or 0xE05593) is known color: Dark Pink. HEX triplet: E0, 55 and 93. RGB value is (224,85,147). Sum of RGB (Red+Green+Blue) = 224+85+147=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E05593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05593 is #1FAA6C. Grayscale: #858585. Windows color (decimal): -2075245 or 9655776. OLE color: 9655776.

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

Color convert

RGB 224 85 147 -
CMYK 0 0.62 0.34 0.12
HSL 333.24º 0.69% 0.61% -
HSV(B) 333.24º 0.62% 0.88% -
XYZ 39.26 24.45 30.25 -
YUV 133.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 224 85 147 0 0.62 0.34 0.12 333.24 0.69 0.61
Hex E0 55 93 0 3E 22 C 14D 45 3D
Octal 340 125 223 0 76 42 14 515 105 75
Binary 11100000 1010101 10010011 0 111110 100010 1100 101001101 1000101 111101

Color Harmonies of #E05593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05593

Black with #E05593

Text Example


Text Example

White with #E05593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05593; }

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

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

background-color css

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

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

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

border-color css

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

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

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