Html Css Color HEX #EB5875 Dark Pink

📋 copy color: '#EB5875'

red 235 ◦ green 88 ◦ blue 117

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

Shades of Dark Pink #EB5875

Tints of Dark Pink #EB5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20%

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 53.41%
G = 20%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB5875 (or 0xEB5875) is known color: Dark Pink. HEX triplet: EB, 58 and 75. RGB value is (235,88,117). Sum of RGB (Red+Green+Blue) = 235+88+117=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5875 is #14A78A. Grayscale: #878787. Windows color (decimal): -1353611 or 7690475. OLE color: 7690475.

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

Color convert

RGB 235 88 117 -
CMYK 0 0.63 0.50 0.08
HSL 348.16º 0.79% 0.63% -
HSV(B) 348.16º 0.63% 0.92% -
XYZ 40.96 25.93 19.67 -
YUV 135.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 235 88 117 0 0.63 0.50 0.08 348.16 0.79 0.63
Hex EB 58 75 0 3F 32 8 15C 4F 3F
Octal 353 130 165 0 77 62 10 534 117 77
Binary 11101011 1011000 1110101 0 111111 110010 1000 101011100 1001111 111111

Color Harmonies of #EB5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5875

Black with #EB5875

Text Example


Text Example

White with #EB5875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5875; }

 p { color: rgb(235,88,117); }

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

background-color css

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

 a { background-color: rgb(235,88,117); }

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

border-color css

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

 span { border-color: rgb(235,88,117); }

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