#E348AE

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

Shades of Brilliant Rose #E348AE

Tints of Brilliant Rose #E348AE

Color information

#E348AE (or 0xE348AE) is unknown color: approx Brilliant Rose. HEX triplet: E3, 48 and AE. RGB value is (227,72,174). Sum of RGB (Red+Green+Blue) = 227+72+174=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E348AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E348AE is #1CB751. Grayscale: #818181. Windows color (decimal): -1881938 or 11421923. OLE color: 11421923.

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

Color convert

RGB22772174-
CMYK00.680.230.11
HSL320.52º73.46%58.63%-
HSV(B)320.52º68.28%89.02%-
XYZ41.6424.0242.49-
YUV129.97152.85197.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.99%
GREEN value IS 72 (28.52% from 255) = 15.22%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=47.99%
G=15.22%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277217400.680.230.11320.5273.4658.63
HexE348AE04417B141493b
Octal3431102560104271350111173
Binary11100011100100010101110010001001011110111010000011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E348AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E348AE; }

 p { color: rgb(227,72,174); }

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

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

 a { background-color: rgb(227,72,174); }

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

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

 span { border-color: rgb(227,72,174); }

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