Html Css Color HEX #EB528B Dark Pink

📋 copy color: '#EB528B'

red 235 ◦ green 82 ◦ blue 139

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

Shades of Dark Pink #EB528B

Tints of Dark Pink #EB528B

RGB

 RED value IS 235 (92.19% from 255) = 51.54%

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

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

R = 51.54%
G = 17.98%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB528B (or 0xEB528B) is known color: Dark Pink. HEX triplet: EB, 52 and 8B. RGB value is (235,82,139). Sum of RGB (Red+Green+Blue) = 235+82+139=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB528B is #14AD74. Grayscale: #868686. Windows color (decimal): -1355125 or 9130731. OLE color: 9130731.

HSL color Cylindrical-coordinate representation of color #EB528B: hue angle of 337.65º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB528B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 82 139 -
CMYK 0 0.65 0.41 0.08
HSL 337.65º 0.79% 0.62% -
HSV(B) 337.65º 0.65% 0.92% -
XYZ 41.94 25.56 27.15 -
YUV 134.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 235 82 139 0 0.65 0.41 0.08 337.65 0.79 0.62
Hex EB 52 8B 0 41 29 8 152 4F 3E
Octal 353 122 213 0 101 51 10 522 117 76
Binary 11101011 1010010 10001011 0 1000001 101001 1000 101010010 1001111 111110

Color Harmonies of #EB528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB528B

Black with #EB528B

Text Example


Text Example

White with #EB528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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