Html Css Color HEX #E0528A Dark Pink

📋 copy color: '#E0528A'

red 224 ◦ green 82 ◦ blue 138

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

Shades of Dark Pink #E0528A

Tints of Dark Pink #E0528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 50.45%
G = 18.47%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0528A (or 0xE0528A) is known color: Dark Pink. HEX triplet: E0, 52 and 8A. RGB value is (224,82,138). Sum of RGB (Red+Green+Blue) = 224+82+138=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0528A is #1FAD75. Grayscale: #828282. Windows color (decimal): -2076022 or 9065184. OLE color: 9065184.

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

Color convert

RGB 224 82 138 -
CMYK 0 0.63 0.38 0.12
HSL 336.34º 0.7% 0.6% -
HSV(B) 336.34º 0.63% 0.88% -
XYZ 38.35 23.72 26.6 -
YUV 130.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 224 82 138 0 0.63 0.38 0.12 336.34 0.7 0.6
Hex E0 52 8A 0 3F 26 C 150 46 3C
Octal 340 122 212 0 77 46 14 520 106 74
Binary 11100000 1010010 10001010 0 111111 100110 1100 101010000 1000110 111100

Color Harmonies of #E0528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0528A

Black with #E0528A

Text Example


Text Example

White with #E0528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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