Html Css Color HEX #EB507B Dark Pink

📋 copy color: '#EB507B'

red 235 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #EB507B

Tints of Dark Pink #EB507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.26%

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

R = 53.65%
G = 18.26%
B = 28.08%

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

#EB507B (or 0xEB507B) is known color: Dark Pink. HEX triplet: EB, 50 and 7B. RGB value is (235,80,123). Sum of RGB (Red+Green+Blue) = 235+80+123=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB507B is #14AF84. Grayscale: #838383. Windows color (decimal): -1355653 or 8081643. OLE color: 8081643.

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

Color convert

RGB 235 80 123 -
CMYK 0 0.66 0.48 0.08
HSL 343.35º 0.79% 0.62% -
HSV(B) 343.35º 0.66% 0.92% -
XYZ 40.7 24.83 21.39 -
YUV 131.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 235 80 123 0 0.66 0.48 0.08 343.35 0.79 0.62
Hex EB 50 7B 0 42 30 8 157 4F 3E
Octal 353 120 173 0 102 60 10 527 117 76
Binary 11101011 1010000 1111011 0 1000010 110000 1000 101010111 1001111 111110

Color Harmonies of #EB507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB507B

Black with #EB507B

Text Example


Text Example

White with #EB507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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