Html Css Color HEX #E05A83 Dark Pink

📋 copy color: '#E05A83'

red 224 ◦ green 90 ◦ blue 131

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

Shades of Dark Pink #E05A83

Tints of Dark Pink #E05A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.22%

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

R = 50.34%
G = 20.22%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05A83 (or 0xE05A83) is known color: Dark Pink. HEX triplet: E0, 5A and 83. RGB value is (224,90,131). Sum of RGB (Red+Green+Blue) = 224+90+131=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05A83 is #1FA57C. Grayscale: #868686. Windows color (decimal): -2073981 or 8608480. OLE color: 8608480.

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

Color convert

RGB 224 90 131 -
CMYK 0 0.60 0.42 0.12
HSL 341.64º 0.68% 0.62% -
HSV(B) 341.64º 0.6% 0.88% -
XYZ 38.49 24.8 24.23 -
YUV 134.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 224 90 131 0 0.60 0.42 0.12 341.64 0.68 0.62
Hex E0 5A 83 0 3C 2A C 156 44 3E
Octal 340 132 203 0 74 52 14 526 104 76
Binary 11100000 1011010 10000011 0 111100 101010 1100 101010110 1000100 111110

Color Harmonies of #E05A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A83

Black with #E05A83

Text Example


Text Example

White with #E05A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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