Html Css Color HEX #EB5D8D Dark Pink

📋 copy color: '#EB5D8D'

red 235 ◦ green 93 ◦ blue 141

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

Shades of Dark Pink #EB5D8D

Tints of Dark Pink #EB5D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.83%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 50.11%
G = 19.83%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB5D8D (or 0xEB5D8D) is known color: Dark Pink. HEX triplet: EB, 5D and 8D. RGB value is (235,93,141). Sum of RGB (Red+Green+Blue) = 235+93+141=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D8D is #14A272. Grayscale: #8C8C8C. Windows color (decimal): -1352307 or 9264619. OLE color: 9264619.

HSL color Cylindrical-coordinate representation of color #EB5D8D: hue angle of 339.72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5D8D is Cyan = 0, Magento = 0.60, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 93 141 -
CMYK 0 0.60 0.4 0.08
HSL 339.72º 0.78% 0.64% -
HSV(B) 339.72º 0.6% 0.92% -
XYZ 42.98 27.41 28.23 -
YUV 140.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 235 93 141 0 0.60 0.4 0.08 339.72 0.78 0.64
Hex EB 5D 8D 0 3C 28 8 154 4E 40
Octal 353 135 215 0 74 50 10 524 116 100
Binary 11101011 1011101 10001101 0 111100 101000 1000 101010100 1001110 1000000

Color Harmonies of #EB5D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D8D

Black with #EB5D8D

Text Example


Text Example

White with #EB5D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D8D; }

 p { color: rgb(235,93,141); }

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

background-color css

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

 a { background-color: rgb(235,93,141); }

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

border-color css

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

 span { border-color: rgb(235,93,141); }

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