Html Css Color HEX #EB538C Dark Pink

📋 copy color: '#EB538C'

red 235 ◦ green 83 ◦ blue 140

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

Shades of Dark Pink #EB538C

Tints of Dark Pink #EB538C

RGB

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

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

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

R = 51.31%
G = 18.12%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB538C (or 0xEB538C) is known color: Dark Pink. HEX triplet: EB, 53 and 8C. RGB value is (235,83,140). Sum of RGB (Red+Green+Blue) = 235+83+140=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB538C is #14AC73. Grayscale: #868686. Windows color (decimal): -1354868 or 9196523. OLE color: 9196523.

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

Color convert

RGB 235 83 140 -
CMYK 0 0.65 0.40 0.08
HSL 337.5º 0.79% 0.62% -
HSV(B) 337.5º 0.65% 0.92% -
XYZ 42.09 25.74 27.56 -
YUV 134.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 235 83 140 0 0.65 0.40 0.08 337.5 0.79 0.62
Hex EB 53 8C 0 41 28 8 152 4F 3E
Octal 353 123 214 0 101 50 10 522 117 76
Binary 11101011 1010011 10001100 0 1000001 101000 1000 101010010 1001111 111110

Color Harmonies of #EB538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB538C

Black with #EB538C

Text Example


Text Example

White with #EB538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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