Html Css Color HEX #E05282 Dark Pink

📋 copy color: '#E05282'

red 224 ◦ green 82 ◦ blue 130

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

Shades of Dark Pink #E05282

Tints of Dark Pink #E05282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

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

R = 51.38%
G = 18.81%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05282 (or 0xE05282) is known color: Dark Pink. HEX triplet: E0, 52 and 82. RGB value is (224,82,130). Sum of RGB (Red+Green+Blue) = 224+82+130=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E05282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05282 is #1FAD7D. Grayscale: #818181. Windows color (decimal): -2076030 or 8540896. OLE color: 8540896.

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

Color convert

RGB 224 82 130 -
CMYK 0 0.63 0.42 0.12
HSL 339.72º 0.7% 0.6% -
HSV(B) 339.72º 0.63% 0.88% -
XYZ 37.79 23.49 23.66 -
YUV 129.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 224 82 130 0 0.63 0.42 0.12 339.72 0.7 0.6
Hex E0 52 82 0 3F 2A C 154 46 3C
Octal 340 122 202 0 77 52 14 524 106 74
Binary 11100000 1010010 10000010 0 111111 101010 1100 101010100 1000110 111100

Color Harmonies of #E05282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05282

Black with #E05282

Text Example


Text Example

White with #E05282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05282; }

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

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

background-color css

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

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

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

border-color css

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

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

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