Html Css Color HEX #E05182 Dark Pink

📋 copy color: '#E05182'

red 224 ◦ green 81 ◦ blue 130

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

Shades of Dark Pink #E05182

Tints of Dark Pink #E05182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 51.49%
G = 18.62%
B = 29.89%

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

#E05182 (or 0xE05182) is known color: Dark Pink. HEX triplet: E0, 51 and 82. RGB value is (224,81,130). Sum of RGB (Red+Green+Blue) = 224+81+130=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E05182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05182 is #1FAE7D. Grayscale: #818181. Windows color (decimal): -2076286 or 8540640. OLE color: 8540640.

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

Color convert

RGB 224 81 130 -
CMYK 0 0.64 0.42 0.12
HSL 339.44º 0.7% 0.6% -
HSV(B) 339.44º 0.64% 0.88% -
XYZ 37.71 23.34 23.64 -
YUV 129.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 224 81 130 0 0.64 0.42 0.12 339.44 0.7 0.6
Hex E0 51 82 0 40 2A C 153 46 3C
Octal 340 121 202 0 100 52 14 523 106 74
Binary 11100000 1010001 10000010 0 1000000 101010 1100 101010011 1000110 111100

Color Harmonies of #E05182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05182

Black with #E05182

Text Example


Text Example

White with #E05182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05182; }

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

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

background-color css

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

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

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

border-color css

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

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

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