Html Css Color HEX #E05D8D Dark Pink

📋 copy color: '#E05D8D'

red 224 ◦ green 93 ◦ blue 141

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

Shades of Dark Pink #E05D8D

Tints of Dark Pink #E05D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 48.91%
G = 20.31%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E05D8D (or 0xE05D8D) is known color: Dark Pink. HEX triplet: E0, 5D and 8D. RGB value is (224,93,141). Sum of RGB (Red+Green+Blue) = 224+93+141=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D8D is #1FA272. Grayscale: #898989. Windows color (decimal): -2073203 or 9264608. OLE color: 9264608.

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

Color convert

RGB 224 93 141 -
CMYK 0 0.58 0.37 0.12
HSL 338.02º 0.68% 0.62% -
HSV(B) 338.02º 0.58% 0.88% -
XYZ 39.46 25.6 28.06 -
YUV 137.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 224 93 141 0 0.58 0.37 0.12 338.02 0.68 0.62
Hex E0 5D 8D 0 3A 25 C 152 44 3E
Octal 340 135 215 0 72 45 14 522 104 76
Binary 11100000 1011101 10001101 0 111010 100101 1100 101010010 1000100 111110

Color Harmonies of #E05D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D8D

Black with #E05D8D

Text Example


Text Example

White with #E05D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D8D; }

 p { color: rgb(224,93,141); }

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

background-color css

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

 a { background-color: rgb(224,93,141); }

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

border-color css

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

 span { border-color: rgb(224,93,141); }

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