Html Css Color HEX #EB507D Dark Pink

📋 copy color: '#EB507D'

red 235 ◦ green 80 ◦ blue 125

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

Shades of Dark Pink #EB507D

Tints of Dark Pink #EB507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 53.41%
G = 18.18%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB507D (or 0xEB507D) is known color: Dark Pink. HEX triplet: EB, 50 and 7D. RGB value is (235,80,125). Sum of RGB (Red+Green+Blue) = 235+80+125=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB507D is #14AF82. Grayscale: #838383. Windows color (decimal): -1355651 or 8212715. OLE color: 8212715.

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

Color convert

RGB 235 80 125 -
CMYK 0 0.66 0.47 0.08
HSL 342.58º 0.79% 0.62% -
HSV(B) 342.58º 0.66% 0.92% -
XYZ 40.83 24.88 22.05 -
YUV 131.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 235 80 125 0 0.66 0.47 0.08 342.58 0.79 0.62
Hex EB 50 7D 0 42 2F 8 157 4F 3E
Octal 353 120 175 0 102 57 10 527 117 76
Binary 11101011 1010000 1111101 0 1000010 101111 1000 101010111 1001111 111110

Color Harmonies of #EB507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB507D

Black with #EB507D

Text Example


Text Example

White with #EB507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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