Html Css Color HEX #EB5E7C Dark Pink

📋 copy color: '#EB5E7C'

red 235 ◦ green 94 ◦ blue 124

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

Shades of Dark Pink #EB5E7C

Tints of Dark Pink #EB5E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.75%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 51.88%
G = 20.75%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB5E7C (or 0xEB5E7C) is known color: Dark Pink. HEX triplet: EB, 5E and 7C. RGB value is (235,94,124). Sum of RGB (Red+Green+Blue) = 235+94+124=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E7C is #14A183. Grayscale: #8B8B8B. Windows color (decimal): -1352068 or 8150763. OLE color: 8150763.

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

Color convert

RGB 235 94 124 -
CMYK 0 0.6 0.47 0.08
HSL 347.23º 0.78% 0.65% -
HSV(B) 347.23º 0.6% 0.92% -
XYZ 41.9 27.12 22.1 -
YUV 139.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 235 94 124 0 0.6 0.47 0.08 347.23 0.78 0.65
Hex EB 5E 7C 0 3C 2F 8 15B 4E 41
Octal 353 136 174 0 74 57 10 533 116 101
Binary 11101011 1011110 1111100 0 111100 101111 1000 101011011 1001110 1000001

Color Harmonies of #EB5E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E7C

Black with #EB5E7C

Text Example


Text Example

White with #EB5E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E7C; }

 p { color: rgb(235,94,124); }

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

background-color css

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

 a { background-color: rgb(235,94,124); }

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

border-color css

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

 span { border-color: rgb(235,94,124); }

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