#FF4EBA

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

Shades of Brilliant Rose #FF4EBA

Tints of Brilliant Rose #FF4EBA

Color information

#FF4EBA (or 0xFF4EBA) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4E and BA. RGB value is (255,78,186). Sum of RGB (Red+Green+Blue) = 255+78+186=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4EBA is #00B145. Grayscale: #8E8E8E. Windows color (decimal): -45382 or 12209919. OLE color: 12209919.

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

Color convert

RGB25578186-
CMYK00.690.270
HSL323.39º100%65.29%-
HSV(B)323.39º69.41%100%-
XYZ52.8330.2549.51-
YUV143.23152.14207.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 78 (30.86% from 255) = 15.03%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=49.13%
G=15.03%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557818600.690.270323.3910065.29
HexFF4EBA0451B01436441
Octal3771162720105330503144101
Binary111111111001110101110100100010111011010100001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4EBA; }

 p { color: rgb(255,78,186); }

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

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

 a { background-color: rgb(255,78,186); }

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

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

 span { border-color: rgb(255,78,186); }

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