#E953A0

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

Shades of Brilliant Rose #E953A0

Tints of Brilliant Rose #E953A0

Color information

#E953A0 (or 0xE953A0) is unknown color: approx Brilliant Rose. HEX triplet: E9, 53 and A0. RGB value is (233,83,160). Sum of RGB (Red+Green+Blue) = 233+83+160=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E953A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E953A0 is #16AC5F. Grayscale: #888888. Windows color (decimal): -1485920 or 10507241. OLE color: 10507241.

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

Color convert

RGB23383160-
CMYK00.640.310.09
HSL329.2º77.32%61.96%-
HSV(B)329.2º64.38%91.37%-
XYZ43.0426.0536.02-
YUV136.63141.2196.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.95%
GREEN value IS 83 (32.81% from 255) = 17.44%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=48.95%
G=17.44%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338316000.640.310.09329.277.3261.96
HexE953A00401F91494d3e
Octal3511232400100371151111576
Binary11101001101001110100000010000001111110011010010011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E953A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E953A0; }

 p { color: rgb(233,83,160); }

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

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

 a { background-color: rgb(233,83,160); }

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

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

 span { border-color: rgb(233,83,160); }

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