Html Css Color HEX #EB5E8C Dark Pink

📋 copy color: '#EB5E8C'

red 235 ◦ green 94 ◦ blue 140

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

Shades of Dark Pink #EB5E8C

Tints of Dark Pink #EB5E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 50.11%
G = 20.04%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB5E8C (or 0xEB5E8C) is known color: Dark Pink. HEX triplet: EB, 5E and 8C. RGB value is (235,94,140). Sum of RGB (Red+Green+Blue) = 235+94+140=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5E8C is #14A173. Grayscale: #8D8D8D. Windows color (decimal): -1352052 or 9199339. OLE color: 9199339.

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

Color convert

RGB 235 94 140 -
CMYK 0 0.6 0.40 0.08
HSL 340.43º 0.78% 0.65% -
HSV(B) 340.43º 0.6% 0.92% -
XYZ 43 27.56 27.86 -
YUV 141.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 235 94 140 0 0.6 0.40 0.08 340.43 0.78 0.65
Hex EB 5E 8C 0 3C 28 8 154 4E 41
Octal 353 136 214 0 74 50 10 524 116 101
Binary 11101011 1011110 10001100 0 111100 101000 1000 101010100 1001110 1000001

Color Harmonies of #EB5E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E8C

Black with #EB5E8C

Text Example


Text Example

White with #EB5E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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