#ff2ea0

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

Shades of Persian Rose #FF2EA0

Tints of Persian Rose #FF2EA0

Color information

#FF2EA0 (or 0xFF2EA0) is unknown color: approx Persian Rose. HEX triplet: FF, 2E and A0. RGB value is (255,46,160). Sum of RGB (Red+Green+Blue) = 255+46+160=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2EA0 is #00D15F. Grayscale: #797979. Windows color (decimal): -53600 or 10497791. OLE color: 10497791.

HSL color Cylindrical-coordinate representation of color #FF2EA0: hue angle of 327.27º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EA0 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB25546160-
CMYK00.820.370
HSL327.27º100%59.02%-
HSV(B)327.27º81.96%100%-
XYZ48.5625.7535.67-
YUV121.49149.74223.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 46 (18.36% from 255) = 9.98%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=55.31%
G=9.98%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554616000.820.370327.2710059.02
HexFF2EA0052250147643b
Octal37756240012245050714473
Binary11111111101110101000000101001010010101010001111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff2ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff2ea0; }

 p { color: rgb(255,46,160); }

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

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

 a { background-color: rgb(255,46,160); }

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

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

 span { border-color: rgb(255,46,160); }

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