#EB5C92

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

Shades of Dark Pink #EB5C92

Tints of Dark Pink #EB5C92

Color information

#EB5C92 (or 0xEB5C92) is unknown color: approx Dark Pink. HEX triplet: EB, 5C and 92. RGB value is (235,92,146). Sum of RGB (Red+Green+Blue) = 235+92+146=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5C92 is #14A36D. Grayscale: #8C8C8C. Windows color (decimal): -1352558 or 9592043. OLE color: 9592043.

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

Color convert

RGB23592146-
CMYK00.610.380.08
HSL337.34º78.14%64.12%-
HSV(B)337.34º60.85%92.16%-
XYZ43.2827.3930.2-
YUV140.91130.88195.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.68%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=49.68%
G=19.45%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359214600.610.380.08337.3478.1464.12
HexEB5C9203D2681514e40
Octal3531342220754610521116100
Binary111010111011100100100100111101100110100010101000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5C92; }

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

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

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

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

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

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

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

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