Html Css Color HEX #E5528B Dark Pink

📋 copy color: '#E5528B'

red 229 ◦ green 82 ◦ blue 139

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

Shades of Dark Pink #E5528B

Tints of Dark Pink #E5528B

RGB

 RED value IS 229 (89.84% from 255) = 50.89%

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

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 50.89%
G = 18.22%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5528B (or 0xE5528B) is known color: Dark Pink. HEX triplet: E5, 52 and 8B. RGB value is (229,82,139). Sum of RGB (Red+Green+Blue) = 229+82+139=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5528B is #1AAD74. Grayscale: #848484. Windows color (decimal): -1748341 or 9130725. OLE color: 9130725.

HSL color Cylindrical-coordinate representation of color #E5528B: hue angle of 336.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5528B is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 139 -
CMYK 0 0.64 0.39 0.10
HSL 336.73º 0.74% 0.61% -
HSV(B) 336.73º 0.64% 0.9% -
XYZ 39.99 24.56 27.06 -
YUV 132.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 229 82 139 0 0.64 0.39 0.10 336.73 0.74 0.61
Hex E5 52 8B 0 40 27 A 151 4A 3D
Octal 345 122 213 0 100 47 12 521 112 75
Binary 11100101 1010010 10001011 0 1000000 100111 1010 101010001 1001010 111101

Color Harmonies of #E5528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5528B

Black with #E5528B

Text Example


Text Example

White with #E5528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5528B; }

 p { color: rgb(229,82,139); }

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

background-color css

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

 a { background-color: rgb(229,82,139); }

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

border-color css

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

 span { border-color: rgb(229,82,139); }

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