Html Css Color HEX #E05281 Dark Pink

📋 copy color: '#E05281'

red 224 ◦ green 82 ◦ blue 129

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

Shades of Dark Pink #E05281

Tints of Dark Pink #E05281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 51.49%
G = 18.85%
B = 29.66%

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

#E05281 (or 0xE05281) is known color: Dark Pink. HEX triplet: E0, 52 and 81. RGB value is (224,82,129). Sum of RGB (Red+Green+Blue) = 224+82+129=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E05281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05281 is #1FAD7E. Grayscale: #818181. Windows color (decimal): -2076031 or 8475360. OLE color: 8475360.

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

Color convert

RGB 224 82 129 -
CMYK 0 0.63 0.42 0.12
HSL 340.14º 0.7% 0.6% -
HSV(B) 340.14º 0.63% 0.88% -
XYZ 37.72 23.47 23.31 -
YUV 129.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 224 82 129 0 0.63 0.42 0.12 340.14 0.7 0.6
Hex E0 52 81 0 3F 2A C 154 46 3C
Octal 340 122 201 0 77 52 14 524 106 74
Binary 11100000 1010010 10000001 0 111111 101010 1100 101010100 1000110 111100

Color Harmonies of #E05281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05281

Black with #E05281

Text Example


Text Example

White with #E05281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05281; }

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

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

background-color css

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

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

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

border-color css

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

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

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