#EB32A5

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

Shades of Persian Rose #EB32A5

Tints of Persian Rose #EB32A5

Color information

#EB32A5 (or 0xEB32A5) is unknown color: approx Persian Rose. HEX triplet: EB, 32 and A5. RGB value is (235,50,165). Sum of RGB (Red+Green+Blue) = 235+50+165=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB32A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB32A5 is #14CD5A. Grayscale: #767676. Windows color (decimal): -1363291 or 10826475. OLE color: 10826475.

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

Color convert

RGB23550165-
CMYK00.790.300.08
HSL322.7º82.22%55.88%-
HSV(B)322.7º78.72%92.16%-
XYZ42.1922.6637.75-
YUV118.42154.29211.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 50 (19.92% from 255) = 11.11%
BLUE value IS 165 (64.84% from 255) = 36.67%
R=52.22%
G=11.11%
B=36.67%

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
Decimal2355016500.790.300.08322.782.2255.88
HexEB32A504F1E81435238
Octal353622450117361050312270
Binary1110101111001010100101010011111111010001010000111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB32A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB32A5; }

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

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

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

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

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

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

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

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