Html Css Color HEX #EB5E7B Dark Pink

📋 copy color: '#EB5E7B'

red 235 ◦ green 94 ◦ blue 123

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

Shades of Dark Pink #EB5E7B

Tints of Dark Pink #EB5E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.21%

R = 51.99%
G = 20.8%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB5E7B (or 0xEB5E7B) is known color: Dark Pink. HEX triplet: EB, 5E and 7B. RGB value is (235,94,123). Sum of RGB (Red+Green+Blue) = 235+94+123=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E7B is #14A184. Grayscale: #8B8B8B. Windows color (decimal): -1352069 or 8085227. OLE color: 8085227.

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

Color convert

RGB 235 94 123 -
CMYK 0 0.6 0.48 0.08
HSL 347.66º 0.78% 0.65% -
HSV(B) 347.66º 0.6% 0.92% -
XYZ 41.84 27.1 21.76 -
YUV 139.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 235 94 123 0 0.6 0.48 0.08 347.66 0.78 0.65
Hex EB 5E 7B 0 3C 30 8 15C 4E 41
Octal 353 136 173 0 74 60 10 534 116 101
Binary 11101011 1011110 1111011 0 111100 110000 1000 101011100 1001110 1000001

Color Harmonies of #EB5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E7B

Black with #EB5E7B

Text Example


Text Example

White with #EB5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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