Html Css Color HEX #E05C83 Dark Pink

📋 copy color: '#E05C83'

red 224 ◦ green 92 ◦ blue 131

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

Shades of Dark Pink #E05C83

Tints of Dark Pink #E05C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.31%

R = 50.11%
G = 20.58%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05C83 (or 0xE05C83) is known color: Dark Pink. HEX triplet: E0, 5C and 83. RGB value is (224,92,131). Sum of RGB (Red+Green+Blue) = 224+92+131=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05C83 is #1FA37C. Grayscale: #878787. Windows color (decimal): -2073469 or 8608992. OLE color: 8608992.

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

Color convert

RGB 224 92 131 -
CMYK 0 0.59 0.42 0.12
HSL 342.27º 0.68% 0.62% -
HSV(B) 342.27º 0.59% 0.88% -
XYZ 38.66 25.14 24.29 -
YUV 135.91 125.23 190.83 -
System Red Green Blue C M Y K H S L
Decimal 224 92 131 0 0.59 0.42 0.12 342.27 0.68 0.62
Hex E0 5C 83 0 3B 2A C 156 44 3E
Octal 340 134 203 0 73 52 14 526 104 76
Binary 11100000 1011100 10000011 0 111011 101010 1100 101010110 1000100 111110

Color Harmonies of #E05C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C83

Black with #E05C83

Text Example


Text Example

White with #E05C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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