#ff5ea2

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

Shades of Brilliant Rose #FF5EA2

Tints of Brilliant Rose #FF5EA2

Color information

#FF5EA2 (or 0xFF5EA2) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5E and A2. RGB value is (255,94,162). Sum of RGB (Red+Green+Blue) = 255+94+162=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5EA2 is #00A15D. Grayscale: #959595. Windows color (decimal): -41310 or 10641151. OLE color: 10641151.

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

Color convert

RGB25594162-
CMYK00.630.360
HSL334.66º100%68.43%-
HSV(B)334.66º63.14%100%-
XYZ51.7631.8737.61-
YUV149.89134.84202.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 94 (37.11% from 255) = 18.40%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=49.90%
G=18.40%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559416200.630.360334.6610068.43
HexFF5EA203F24014f6444
Octal377136242077440517144104
Binary111111111011110101000100111111100100010100111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5ea2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5ea2; }

 p { color: rgb(255,94,162); }

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

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

 a { background-color: rgb(255,94,162); }

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

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

 span { border-color: rgb(255,94,162); }

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