#EB2DAC

Color #EB2DAC Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #EB2DAC

Tints of Persian Rose #EB2DAC

Color information

#EB2DAC (or 0xEB2DAC) is unknown color: approx Persian Rose. HEX triplet: EB, 2D and AC. RGB value is (235,45,172). Sum of RGB (Red+Green+Blue) = 235+45+172=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2DAC is #14D253. Grayscale: #737373. Windows color (decimal): -1364564 or 11283947. OLE color: 11283947.

HSL color Cylindrical-coordinate representation of color #EB2DAC: hue angle of 319.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2DAC is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB23545172-
CMYK00.810.270.08
HSL319.89º82.61%54.9%-
HSV(B)319.89º80.85%92.16%-
XYZ42.6522.5241.13-
YUV116.29159.45212.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.99%
GREEN value IS 45 (17.97% from 255) = 9.96%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=51.99%
G=9.96%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354517200.810.270.08319.8982.6154.9
HexEB2DAC0511B81405337
Octal353552540121331050012367
Binary1110101110110110101100010100011101110001010000001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2DAC; }

 p { color: rgb(235,45,172); }

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

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

 a { background-color: rgb(235,45,172); }

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

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

 span { border-color: rgb(235,45,172); }

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