Html Css Color HEX #EB538B Dark Pink

📋 copy color: '#EB538B'

red 235 ◦ green 83 ◦ blue 139

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

Shades of Dark Pink #EB538B

Tints of Dark Pink #EB538B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.16%

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

R = 51.42%
G = 18.16%
B = 30.42%

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

#EB538B (or 0xEB538B) is known color: Dark Pink. HEX triplet: EB, 53 and 8B. RGB value is (235,83,139). Sum of RGB (Red+Green+Blue) = 235+83+139=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB538B is #14AC74. Grayscale: #868686. Windows color (decimal): -1354869 or 9130987. OLE color: 9130987.

HSL color Cylindrical-coordinate representation of color #EB538B: hue angle of 337.89º 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 #EB538B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 83 139 -
CMYK 0 0.65 0.41 0.08
HSL 337.89º 0.79% 0.62% -
HSV(B) 337.89º 0.65% 0.92% -
XYZ 42.01 25.71 27.17 -
YUV 134.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 235 83 139 0 0.65 0.41 0.08 337.89 0.79 0.62
Hex EB 53 8B 0 41 29 8 152 4F 3E
Octal 353 123 213 0 101 51 10 522 117 76
Binary 11101011 1010011 10001011 0 1000001 101001 1000 101010010 1001111 111110

Color Harmonies of #EB538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB538B

Black with #EB538B

Text Example


Text Example

White with #EB538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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