#E352A1

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

Shades of Brilliant Rose #E352A1

Tints of Brilliant Rose #E352A1

Color information

#E352A1 (or 0xE352A1) is unknown color: approx Brilliant Rose. HEX triplet: E3, 52 and A1. RGB value is (227,82,161). Sum of RGB (Red+Green+Blue) = 227+82+161=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E352A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352A1 is #1CAD5E. Grayscale: #868686. Windows color (decimal): -1879391 or 10572515. OLE color: 10572515.

HSL color Cylindrical-coordinate representation of color #E352A1: hue angle of 327.31º 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 #E352A1 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB22782161-
CMYK00.640.290.11
HSL327.31º72.14%60.59%-
HSV(B)327.31º63.88%89.02%-
XYZ41.1324.9436.36-
YUV134.36143.04194.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.30%
GREEN value IS 82 (32.42% from 255) = 17.45%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=48.30%
G=17.45%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278216100.640.290.11327.3172.1460.59
HexE352A10401DB147483d
Octal3431222410100351350711075
Binary11100011101001010100001010000001110110111010001111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E352A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E352A1; }

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

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

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

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

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

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

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

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