Html Css Color HEX #EB5E8E Dark Pink

📋 copy color: '#EB5E8E'

red 235 ◦ green 94 ◦ blue 142

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

Shades of Dark Pink #EB5E8E

Tints of Dark Pink #EB5E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.15%

R = 49.89%
G = 19.96%
B = 30.15%

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

#EB5E8E (or 0xEB5E8E) is known color: Dark Pink. HEX triplet: EB, 5E and 8E. RGB value is (235,94,142). Sum of RGB (Red+Green+Blue) = 235+94+142=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5E8E is #14A171. Grayscale: #8D8D8D. Windows color (decimal): -1352050 or 9330411. OLE color: 9330411.

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

Color convert

RGB 235 94 142 -
CMYK 0 0.6 0.40 0.08
HSL 339.57º 0.78% 0.65% -
HSV(B) 339.57º 0.6% 0.92% -
XYZ 43.15 27.62 28.65 -
YUV 141.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 235 94 142 0 0.6 0.40 0.08 339.57 0.78 0.65
Hex EB 5E 8E 0 3C 28 8 154 4E 41
Octal 353 136 216 0 74 50 10 524 116 101
Binary 11101011 1011110 10001110 0 111100 101000 1000 101010100 1001110 1000001

Color Harmonies of #EB5E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E8E

Black with #EB5E8E

Text Example


Text Example

White with #EB5E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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