Html Css Color HEX #E6528B Dark Pink

📋 copy color: '#E6528B'

red 230 ◦ green 82 ◦ blue 139

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

Shades of Dark Pink #E6528B

Tints of Dark Pink #E6528B

RGB

 RED value IS 230 (90.23% from 255) = 51%

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

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

R = 51%
G = 18.18%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6528B (or 0xE6528B) is known color: Dark Pink. HEX triplet: E6, 52 and 8B. RGB value is (230,82,139). Sum of RGB (Red+Green+Blue) = 230+82+139=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6528B is #19AD74. Grayscale: #848484. Windows color (decimal): -1682805 or 9130726. OLE color: 9130726.

HSL color Cylindrical-coordinate representation of color #E6528B: hue angle of 336.89º degrees, saturation: 0.75, 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 #E6528B is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 82 139 -
CMYK 0 0.64 0.40 0.10
HSL 336.89º 0.75% 0.61% -
HSV(B) 336.89º 0.64% 0.9% -
XYZ 40.31 24.72 27.07 -
YUV 132.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 230 82 139 0 0.64 0.40 0.10 336.89 0.75 0.61
Hex E6 52 8B 0 40 28 A 151 4B 3D
Octal 346 122 213 0 100 50 12 521 113 75
Binary 11100110 1010010 10001011 0 1000000 101000 1010 101010001 1001011 111101

Color Harmonies of #E6528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6528B

Black with #E6528B

Text Example


Text Example

White with #E6528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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