#E935AC

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

Shades of Persian Rose #E935AC

Tints of Persian Rose #E935AC

Color information

#E935AC (or 0xE935AC) is unknown color: approx Persian Rose. HEX triplet: E9, 35 and AC. RGB value is (233,53,172). Sum of RGB (Red+Green+Blue) = 233+53+172=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E935AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E935AC is #16CA53. Grayscale: #787878. Windows color (decimal): -1493588 or 11285993. OLE color: 11285993.

HSL color Cylindrical-coordinate representation of color #E935AC: hue angle of 320.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E935AC is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB23353172-
CMYK00.770.260.09
HSL320.33º80.36%56.08%-
HSV(B)320.33º77.25%91.37%-
XYZ42.3222.8541.21-
YUV120.39157.13208.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.87%
GREEN value IS 53 (21.09% from 255) = 11.57%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=50.87%
G=11.57%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2335317200.770.260.09320.3380.3656.08
HexE935AC04D1A91405038
Octal351652540115321150012070
Binary1110100111010110101100010011011101010011010000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E935AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E935AC; }

 p { color: rgb(233,53,172); }

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

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

 a { background-color: rgb(233,53,172); }

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

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

 span { border-color: rgb(233,53,172); }

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