Html Css Color HEX #E05D8C Dark Pink

📋 copy color: '#E05D8C'

red 224 ◦ green 93 ◦ blue 140

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

Shades of Dark Pink #E05D8C

Tints of Dark Pink #E05D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 49.02%
G = 20.35%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E05D8C (or 0xE05D8C) is known color: Dark Pink. HEX triplet: E0, 5D and 8C. RGB value is (224,93,140). Sum of RGB (Red+Green+Blue) = 224+93+140=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D8C is #1FA273. Grayscale: #898989. Windows color (decimal): -2073204 or 9199072. OLE color: 9199072.

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

Color convert

RGB 224 93 140 -
CMYK 0 0.58 0.38 0.12
HSL 338.47º 0.68% 0.62% -
HSV(B) 338.47º 0.58% 0.88% -
XYZ 39.39 25.57 27.67 -
YUV 137.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 224 93 140 0 0.58 0.38 0.12 338.47 0.68 0.62
Hex E0 5D 8C 0 3A 26 C 152 44 3E
Octal 340 135 214 0 72 46 14 522 104 76
Binary 11100000 1011101 10001100 0 111010 100110 1100 101010010 1000100 111110

Color Harmonies of #E05D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D8C

Black with #E05D8C

Text Example


Text Example

White with #E05D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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