#EB32A4

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

Shades of Persian Rose #EB32A4

Tints of Persian Rose #EB32A4

Color information

#EB32A4 (or 0xEB32A4) is unknown color: approx Persian Rose. HEX triplet: EB, 32 and A4. RGB value is (235,50,164). Sum of RGB (Red+Green+Blue) = 235+50+164=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB32A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB32A4 is #14CD5B. Grayscale: #767676. Windows color (decimal): -1363292 or 10760939. OLE color: 10760939.

HSL color Cylindrical-coordinate representation of color #EB32A4: hue angle of 323.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB32A4 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB23550164-
CMYK00.790.300.08
HSL323.03º82.22%55.88%-
HSV(B)323.03º78.72%92.16%-
XYZ42.122.6237.27-
YUV118.31153.79211.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 50 (19.92% from 255) = 11.14%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=52.34%
G=11.14%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355016400.790.300.08323.0382.2255.88
HexEB32A404F1E81435238
Octal353622440117361050312270
Binary1110101111001010100100010011111111010001010000111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB32A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB32A4; }

 p { color: rgb(235,50,164); }

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

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

 a { background-color: rgb(235,50,164); }

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

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

 span { border-color: rgb(235,50,164); }

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