Html Css Color HEX #FF2EA0 Persian Rose

📋 copy color: '#FF2EA0'

red 255 ◦ green 46 ◦ blue 160

#FF2EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #FF2EA0

Tints of Persian Rose #FF2EA0

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 value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF2EA0 (or 0xFF2EA0) is known color: 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

RGB 255 46 160 -
CMYK 0 0.82 0.37 0
HSL 327.27º 1% 0.59% -
HSV(B) 327.27º 0.82% 1% -
XYZ 48.56 25.75 35.67 -
YUV 121.49 149.74 223.23 -
System Red Green Blue C M Y K H S L
Decimal 255 46 160 0 0.82 0.37 0 327.27 1 0.59
Hex FF 2E A0 0 52 25 0 147 64 3B
Octal 377 56 240 0 122 45 0 507 144 73
Binary 11111111 101110 10100000 0 1010010 100101 0 101000111 1100100 111011

Color Harmonies of #FF2EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2EA0

Black with #FF2EA0

Text Example


Text Example

White with #FF2EA0

Text Example


Text Example

HTML Codes & Css Web 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>