#E358A4

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

Shades of Brilliant Rose #E358A4

Tints of Brilliant Rose #E358A4

Color information

#E358A4 (or 0xE358A4) is unknown color: approx Brilliant Rose. HEX triplet: E3, 58 and A4. RGB value is (227,88,164). Sum of RGB (Red+Green+Blue) = 227+88+164=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E358A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E358A4 is #1CA75B. Grayscale: #8A8A8A. Windows color (decimal): -1877852 or 10770659. OLE color: 10770659.

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

Color convert

RGB22788164-
CMYK00.610.280.11
HSL327.19º71.28%61.76%-
HSV(B)327.19º61.23%89.02%-
XYZ41.8725.9937.93-
YUV138.22142.55191.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.39%
GREEN value IS 88 (34.77% from 255) = 18.37%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=47.39%
G=18.37%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278816400.610.280.11327.1971.2861.76
HexE358A403D1CB147473e
Octal343130244075341350710776
Binary1110001110110001010010001111011110010111010001111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E358A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E358A4; }

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

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

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

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

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

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

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

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