Html Css Color HEX #E05481 Dark Pink

📋 copy color: '#E05481'

red 224 ◦ green 84 ◦ blue 129

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

Shades of Dark Pink #E05481

Tints of Dark Pink #E05481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

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

R = 51.26%
G = 19.22%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05481 (or 0xE05481) is known color: Dark Pink. HEX triplet: E0, 54 and 81. RGB value is (224,84,129). Sum of RGB (Red+Green+Blue) = 224+84+129=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E05481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05481 is #1FAB7E. Grayscale: #828282. Windows color (decimal): -2075519 or 8475872. OLE color: 8475872.

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

Color convert

RGB 224 84 129 -
CMYK 0 0.62 0.42 0.12
HSL 340.71º 0.69% 0.6% -
HSV(B) 340.71º 0.63% 0.88% -
XYZ 37.87 23.77 23.36 -
YUV 130.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 224 84 129 0 0.62 0.42 0.12 340.71 0.69 0.6
Hex E0 54 81 0 3E 2A C 155 45 3C
Octal 340 124 201 0 76 52 14 525 105 74
Binary 11100000 1010100 10000001 0 111110 101010 1100 101010101 1000101 111100

Color Harmonies of #E05481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05481

Black with #E05481

Text Example


Text Example

White with #E05481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05481; }

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

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

background-color css

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

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

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

border-color css

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

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

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