Html Css Color HEX #EB537B Dark Pink

📋 copy color: '#EB537B'

red 235 ◦ green 83 ◦ blue 123

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

Shades of Dark Pink #EB537B

Tints of Dark Pink #EB537B

RGB

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

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

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

R = 53.29%
G = 18.82%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB537B (or 0xEB537B) is known color: Dark Pink. HEX triplet: EB, 53 and 7B. RGB value is (235,83,123). Sum of RGB (Red+Green+Blue) = 235+83+123=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB537B is #14AC84. Grayscale: #858585. Windows color (decimal): -1354885 or 8082411. OLE color: 8082411.

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

Color convert

RGB 235 83 123 -
CMYK 0 0.65 0.48 0.08
HSL 344.21º 0.79% 0.62% -
HSV(B) 344.21º 0.65% 0.92% -
XYZ 40.93 25.28 21.46 -
YUV 133.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 235 83 123 0 0.65 0.48 0.08 344.21 0.79 0.62
Hex EB 53 7B 0 41 30 8 158 4F 3E
Octal 353 123 173 0 101 60 10 530 117 76
Binary 11101011 1010011 1111011 0 1000001 110000 1000 101011000 1001111 111110

Color Harmonies of #EB537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB537B

Black with #EB537B

Text Example


Text Example

White with #EB537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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