#EB5C7A

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

Shades of Dark Pink #EB5C7A

Tints of Dark Pink #EB5C7A

Color information

#EB5C7A (or 0xEB5C7A) is unknown color: approx Dark Pink. HEX triplet: EB, 5C and 7A. RGB value is (235,92,122). Sum of RGB (Red+Green+Blue) = 235+92+122=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5C7A is #14A385. Grayscale: #8A8A8A. Windows color (decimal): -1352582 or 8019179. OLE color: 8019179.

HSL color Cylindrical-coordinate representation of color #EB5C7A: hue angle of 347.41º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB5C7A is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB23592122-
CMYK00.610.480.08
HSL347.41º78.14%64.12%-
HSV(B)347.41º60.85%92.16%-
XYZ41.626.7221.38-
YUV138.18118.88197.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=52.34%
G=20.49%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359212200.610.480.08347.4178.1464.12
HexEB5C7A03D30815b4e40
Octal3531341720756010533116100
Binary11101011101110011110100111101110000100010101101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5C7A; }

 p { color: rgb(235,92,122); }

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

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

 a { background-color: rgb(235,92,122); }

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

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

 span { border-color: rgb(235,92,122); }

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