#E348B0

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

Shades of Brilliant Rose #E348B0

Tints of Brilliant Rose #E348B0

Color information

#E348B0 (or 0xE348B0) is unknown color: approx Brilliant Rose. HEX triplet: E3, 48 and B0. RGB value is (227,72,176). Sum of RGB (Red+Green+Blue) = 227+72+176=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E348B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E348B0 is #1CB74F. Grayscale: #818181. Windows color (decimal): -1881936 or 11552995. OLE color: 11552995.

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

Color convert

RGB22772176-
CMYK00.680.220.11
HSL319.74º73.46%58.63%-
HSV(B)319.74º68.28%89.02%-
XYZ41.8324.143.52-
YUV130.2153.85197.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.79%
GREEN value IS 72 (28.52% from 255) = 15.16%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=47.79%
G=15.16%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277217600.680.220.11319.7473.4658.63
HexE348B004416B140493b
Octal3431102600104261350011173
Binary11100011100100010110000010001001011010111010000001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E348B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E348B0; }

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

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

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

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

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

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

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

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