#EB536F

Color #EB536F Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #EB536F

Tints of Dark Pink #EB536F

Color information

#EB536F (or 0xEB536F) is unknown color: approx Dark Pink. HEX triplet: EB, 53 and 6F. RGB value is (235,83,111). Sum of RGB (Red+Green+Blue) = 235+83+111=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB536F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB536F is #14AC90. Grayscale: #838383. Windows color (decimal): -1354897 or 7295979. OLE color: 7295979.

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

Color convert

RGB23583111-
CMYK00.650.530.08
HSL348.95º79.17%62.35%-
HSV(B)348.95º64.68%92.16%-
XYZ40.222517.74-
YUV131.64116.36201.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.78%
GREEN value IS 83 (32.81% from 255) = 19.35%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=54.78%
G=19.35%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358311100.650.530.08348.9579.1762.35
HexEB536F04135815d4f3e
Octal3531231570101651053511776
Binary11101011101001111011110100000111010110001010111011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB536F; }

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

 H1.HeaderClassName
 {
   color: #EB536F;
 }
 .AnyTagClassName
 {
   color: #EB536F;
 }
</style>
background-color css

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

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

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

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

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

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