#E349AC

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

Shades of Brilliant Rose #E349AC

Tints of Brilliant Rose #E349AC

Color information

#E349AC (or 0xE349AC) is unknown color: approx Brilliant Rose. HEX triplet: E3, 49 and AC. RGB value is (227,73,172). Sum of RGB (Red+Green+Blue) = 227+73+172=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E349AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E349AC is #1CB653. Grayscale: #828282. Windows color (decimal): -1881684 or 11291107. OLE color: 11291107.

HSL color Cylindrical-coordinate representation of color #E349AC: hue angle of 321.43º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E349AC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB22773172-
CMYK00.680.240.11
HSL321.43º73.33%58.82%-
HSV(B)321.43º67.84%89.02%-
XYZ41.5124.0741.49-
YUV130.33151.52196.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.09%
GREEN value IS 73 (28.91% from 255) = 15.47%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=48.09%
G=15.47%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277317200.680.240.11321.4373.3358.82
HexE349AC04418B141493b
Octal3431112540104301350111173
Binary11100011100100110101100010001001100010111010000011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E349AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E349AC; }

 p { color: rgb(227,73,172); }

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

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

 a { background-color: rgb(227,73,172); }

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

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

 span { border-color: rgb(227,73,172); }

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