Html Css Color HEX #EB5375 Dark Pink

📋 copy color: '#EB5375'

red 235 ◦ green 83 ◦ blue 117

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

Shades of Dark Pink #EB5375

Tints of Dark Pink #EB5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

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

R = 54.02%
G = 19.08%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB5375 (or 0xEB5375) is known color: Dark Pink. HEX triplet: EB, 53 and 75. RGB value is (235,83,117). Sum of RGB (Red+Green+Blue) = 235+83+117=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5375 is #14AC8A. Grayscale: #848484. Windows color (decimal): -1354891 or 7689195. OLE color: 7689195.

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

Color convert

RGB 235 83 117 -
CMYK 0 0.65 0.50 0.08
HSL 346.58º 0.79% 0.62% -
HSV(B) 346.58º 0.65% 0.92% -
XYZ 40.57 25.13 19.54 -
YUV 132.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 235 83 117 0 0.65 0.50 0.08 346.58 0.79 0.62
Hex EB 53 75 0 41 32 8 15B 4F 3E
Octal 353 123 165 0 101 62 10 533 117 76
Binary 11101011 1010011 1110101 0 1000001 110010 1000 101011011 1001111 111110

Color Harmonies of #EB5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5375

Black with #EB5375

Text Example


Text Example

White with #EB5375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5375; }

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

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

background-color css

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

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

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

border-color css

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

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

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