Html Css Color HEX #FF2EAE Persian Rose

📋 copy color: '#FF2EAE'

red 255 ◦ green 46 ◦ blue 174

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

Shades of Persian Rose #FF2EAE

Tints of Persian Rose #FF2EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 53.68%
G = 9.68%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF2EAE (or 0xFF2EAE) is known color: Persian Rose. HEX triplet: FF, 2E and AE. RGB value is (255,46,174). Sum of RGB (Red+Green+Blue) = 255+46+174=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2EAE is #00D151. Grayscale: #7A7A7A. Windows color (decimal): -53586 or 11415295. OLE color: 11415295.

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

Color convert

RGB 255 46 174 -
CMYK 0 0.82 0.32 0
HSL 323.25º 1% 0.59% -
HSV(B) 323.25º 0.82% 1% -
XYZ 49.86 26.27 42.49 -
YUV 123.08 156.74 222.09 -
System Red Green Blue C M Y K H S L
Decimal 255 46 174 0 0.82 0.32 0 323.25 1 0.59
Hex FF 2E AE 0 52 20 0 143 64 3B
Octal 377 56 256 0 122 40 0 503 144 73
Binary 11111111 101110 10101110 0 1010010 100000 0 101000011 1100100 111011

Color Harmonies of #FF2EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2EAE

Black with #FF2EAE

Text Example


Text Example

White with #FF2EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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