Html Css Color HEX #EB5D8F Dark Pink

📋 copy color: '#EB5D8F'

red 235 ◦ green 93 ◦ blue 143

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

Shades of Dark Pink #EB5D8F

Tints of Dark Pink #EB5D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 49.89%
G = 19.75%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB5D8F (or 0xEB5D8F) is known color: Dark Pink. HEX triplet: EB, 5D and 8F. RGB value is (235,93,143). Sum of RGB (Red+Green+Blue) = 235+93+143=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D8F is #14A270. Grayscale: #8D8D8D. Windows color (decimal): -1352305 or 9395691. OLE color: 9395691.

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

Color convert

RGB 235 93 143 -
CMYK 0 0.60 0.39 0.08
HSL 338.87º 0.78% 0.64% -
HSV(B) 338.87º 0.6% 0.92% -
XYZ 43.13 27.47 29.02 -
YUV 141.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 235 93 143 0 0.60 0.39 0.08 338.87 0.78 0.64
Hex EB 5D 8F 0 3C 27 8 153 4E 40
Octal 353 135 217 0 74 47 10 523 116 100
Binary 11101011 1011101 10001111 0 111100 100111 1000 101010011 1001110 1000000

Color Harmonies of #EB5D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D8F

Black with #EB5D8F

Text Example


Text Example

White with #EB5D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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