#E952A2

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

Shades of Brilliant Rose #E952A2

Tints of Brilliant Rose #E952A2

Color information

#E952A2 (or 0xE952A2) is unknown color: approx Brilliant Rose. HEX triplet: E9, 52 and A2. RGB value is (233,82,162). Sum of RGB (Red+Green+Blue) = 233+82+162=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E952A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E952A2 is #16AD5D. Grayscale: #888888. Windows color (decimal): -1486174 or 10638057. OLE color: 10638057.

HSL color Cylindrical-coordinate representation of color #E952A2: hue angle of 328.21º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E952A2 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB23382162-
CMYK00.650.300.09
HSL328.21º77.44%61.76%-
HSV(B)328.21º64.81%91.37%-
XYZ43.1425.9736.92-
YUV136.27142.53197-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 82 (32.42% from 255) = 17.19%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=48.85%
G=17.19%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338216200.650.300.09328.2177.4461.76
HexE952A20411E91484d3e
Octal3511222420101361151011576
Binary11101001101001010100010010000011111010011010010001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E952A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E952A2; }

 p { color: rgb(233,82,162); }

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

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

 a { background-color: rgb(233,82,162); }

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

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

 span { border-color: rgb(233,82,162); }

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