Html Css Color HEX #EB517B Dark Pink

📋 copy color: '#EB517B'

red 235 ◦ green 81 ◦ blue 123

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

Shades of Dark Pink #EB517B

Tints of Dark Pink #EB517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.45%

 BLUE value IS 123 (48.44% from 255) = 28.02%

R = 53.53%
G = 18.45%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB517B (or 0xEB517B) is known color: Dark Pink. HEX triplet: EB, 51 and 7B. RGB value is (235,81,123). Sum of RGB (Red+Green+Blue) = 235+81+123=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB517B is #14AE84. Grayscale: #838383. Windows color (decimal): -1355397 or 8081899. OLE color: 8081899.

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

Color convert

RGB 235 81 123 -
CMYK 0 0.66 0.48 0.08
HSL 343.64º 0.79% 0.62% -
HSV(B) 343.64º 0.66% 0.92% -
XYZ 40.78 24.98 21.41 -
YUV 131.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 235 81 123 0 0.66 0.48 0.08 343.64 0.79 0.62
Hex EB 51 7B 0 42 30 8 158 4F 3E
Octal 353 121 173 0 102 60 10 530 117 76
Binary 11101011 1010001 1111011 0 1000010 110000 1000 101011000 1001111 111110

Color Harmonies of #EB517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB517B

Black with #EB517B

Text Example


Text Example

White with #EB517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB517B; }

 p { color: rgb(235,81,123); }

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

background-color css

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

 a { background-color: rgb(235,81,123); }

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

border-color css

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

 span { border-color: rgb(235,81,123); }

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