Html Css Color HEX #E05C84 Dark Pink

📋 copy color: '#E05C84'

red 224 ◦ green 92 ◦ blue 132

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

Shades of Dark Pink #E05C84

Tints of Dark Pink #E05C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 50%
G = 20.54%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E05C84 (or 0xE05C84) is known color: Dark Pink. HEX triplet: E0, 5C and 84. RGB value is (224,92,132). Sum of RGB (Red+Green+Blue) = 224+92+132=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05C84 is #1FA37B. Grayscale: #888888. Windows color (decimal): -2073468 or 8674528. OLE color: 8674528.

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

Color convert

RGB 224 92 132 -
CMYK 0 0.59 0.41 0.12
HSL 341.82º 0.68% 0.62% -
HSV(B) 341.82º 0.59% 0.88% -
XYZ 38.73 25.17 24.65 -
YUV 136.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 224 92 132 0 0.59 0.41 0.12 341.82 0.68 0.62
Hex E0 5C 84 0 3B 29 C 156 44 3E
Octal 340 134 204 0 73 51 14 526 104 76
Binary 11100000 1011100 10000100 0 111011 101001 1100 101010110 1000100 111110

Color Harmonies of #E05C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C84

Black with #E05C84

Text Example


Text Example

White with #E05C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C84; }

 p { color: rgb(224,92,132); }

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

background-color css

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

 a { background-color: rgb(224,92,132); }

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

border-color css

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

 span { border-color: rgb(224,92,132); }

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