#E352A4

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

Shades of Brilliant Rose #E352A4

Tints of Brilliant Rose #E352A4

Color information

#E352A4 (or 0xE352A4) is unknown color: approx Brilliant Rose. HEX triplet: E3, 52 and A4. RGB value is (227,82,164). Sum of RGB (Red+Green+Blue) = 227+82+164=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E352A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352A4 is #1CAD5B. Grayscale: #868686. Windows color (decimal): -1879388 or 10769123. OLE color: 10769123.

HSL color Cylindrical-coordinate representation of color #E352A4: hue angle of 326.07º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E352A4 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB22782164-
CMYK00.640.280.11
HSL326.07º72.14%60.59%-
HSV(B)326.07º63.88%89.02%-
XYZ41.425.0537.77-
YUV134.7144.54193.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.99%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=47.99%
G=17.34%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278216400.640.280.11326.0772.1460.59
HexE352A40401CB146483d
Octal3431222440100341350611075
Binary11100011101001010100100010000001110010111010001101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E352A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E352A4; }

 p { color: rgb(227,82,164); }

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

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

 a { background-color: rgb(227,82,164); }

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

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

 span { border-color: rgb(227,82,164); }

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