Html Css Color HEX #E05482 Dark Pink

📋 copy color: '#E05482'

red 224 ◦ green 84 ◦ blue 130

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

Shades of Dark Pink #E05482

Tints of Dark Pink #E05482

RGB

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

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

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

R = 51.14%
G = 19.18%
B = 29.68%

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

#E05482 (or 0xE05482) is known color: Dark Pink. HEX triplet: E0, 54 and 82. RGB value is (224,84,130). Sum of RGB (Red+Green+Blue) = 224+84+130=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E05482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05482 is #1FAB7D. Grayscale: #838383. Windows color (decimal): -2075518 or 8541408. OLE color: 8541408.

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

Color convert

RGB 224 84 130 -
CMYK 0 0.62 0.42 0.12
HSL 340.29º 0.69% 0.6% -
HSV(B) 340.29º 0.63% 0.88% -
XYZ 37.94 23.8 23.71 -
YUV 131.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 224 84 130 0 0.62 0.42 0.12 340.29 0.69 0.6
Hex E0 54 82 0 3E 2A C 154 45 3C
Octal 340 124 202 0 76 52 14 524 105 74
Binary 11100000 1010100 10000010 0 111110 101010 1100 101010100 1000101 111100

Color Harmonies of #E05482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05482

Black with #E05482

Text Example


Text Example

White with #E05482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05482; }

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

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

background-color css

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

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

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

border-color css

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

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

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