Html Css Color HEX #E05082 Dark Pink

📋 copy color: '#E05082'

red 224 ◦ green 80 ◦ blue 130

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

Shades of Dark Pink #E05082

Tints of Dark Pink #E05082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.43%

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 51.61%
G = 18.43%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05082 (or 0xE05082) is known color: Dark Pink. HEX triplet: E0, 50 and 82. RGB value is (224,80,130). Sum of RGB (Red+Green+Blue) = 224+80+130=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E05082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05082 is #1FAF7D. Grayscale: #808080. Windows color (decimal): -2076542 or 8540384. OLE color: 8540384.

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

Color convert

RGB 224 80 130 -
CMYK 0 0.64 0.42 0.12
HSL 339.17º 0.7% 0.6% -
HSV(B) 339.17º 0.64% 0.88% -
XYZ 37.64 23.2 23.61 -
YUV 128.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 224 80 130 0 0.64 0.42 0.12 339.17 0.7 0.6
Hex E0 50 82 0 40 2A C 153 46 3C
Octal 340 120 202 0 100 52 14 523 106 74
Binary 11100000 1010000 10000010 0 1000000 101010 1100 101010011 1000110 111100

Color Harmonies of #E05082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05082

Black with #E05082

Text Example


Text Example

White with #E05082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05082; }

 p { color: rgb(224,80,130); }

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

background-color css

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

 a { background-color: rgb(224,80,130); }

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

border-color css

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

 span { border-color: rgb(224,80,130); }

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