Html Css Color HEX #FF2EA9 Persian Rose

📋 copy color: '#FF2EA9'

red 255 ◦ green 46 ◦ blue 169

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

Shades of Persian Rose #FF2EA9

Tints of Persian Rose #FF2EA9

RGB

 RED value IS 255 (100% from 255) = 54.26%

 GREEN value IS 46 (18.36% from 255) = 9.79%

 BLUE value IS 169 (66.41% from 255) = 35.96%

R = 54.26%
G = 9.79%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF2EA9 (or 0xFF2EA9) is known color: Persian Rose. HEX triplet: FF, 2E and A9. RGB value is (255,46,169). Sum of RGB (Red+Green+Blue) = 255+46+169=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2EA9 is #00D156. Grayscale: #7A7A7A. Windows color (decimal): -53591 or 11087615. OLE color: 11087615.

HSL color Cylindrical-coordinate representation of color #FF2EA9: hue angle of 324.69º 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 #FF2EA9 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 255 46 169 -
CMYK 0 0.82 0.34 0
HSL 324.69º 1% 0.59% -
HSV(B) 324.69º 0.82% 1% -
XYZ 49.38 26.08 39.97 -
YUV 122.51 154.24 222.5 -
System Red Green Blue C M Y K H S L
Decimal 255 46 169 0 0.82 0.34 0 324.69 1 0.59
Hex FF 2E A9 0 52 22 0 145 64 3B
Octal 377 56 251 0 122 42 0 505 144 73
Binary 11111111 101110 10101001 0 1010010 100010 0 101000101 1100100 111011

Color Harmonies of #FF2EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2EA9

Black with #FF2EA9

Text Example


Text Example

White with #FF2EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2EA9; }

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

 H1.HeaderClassName
 {
   color: #FF2EA9;
 }
 .AnyTagClassName
 {
   color: #FF2EA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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