#EE53AD

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

Shades of Brilliant Rose #EE53AD

Tints of Brilliant Rose #EE53AD

Color information

#EE53AD (or 0xEE53AD) is unknown color: approx Brilliant Rose. HEX triplet: EE, 53 and AD. RGB value is (238,83,173). Sum of RGB (Red+Green+Blue) = 238+83+173=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE53AD is #11AC52. Grayscale: #8B8B8B. Windows color (decimal): -1158227 or 11359214. OLE color: 11359214.

HSL color Cylindrical-coordinate representation of color #EE53AD: hue angle of 325.16º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE53AD is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB23883173-
CMYK00.650.270.07
HSL325.16º82.01%62.94%-
HSV(B)325.16º65.13%93.33%-
XYZ45.927.3842.4-
YUV139.6146.85198.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.18%
GREEN value IS 83 (32.81% from 255) = 16.80%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=48.18%
G=16.80%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388317300.650.270.07325.1682.0162.94
HexEE53AD0411B7145523f
Octal356123255010133750512277
Binary1110111010100111010110101000001110111111010001011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE53AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE53AD; }

 p { color: rgb(238,83,173); }

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

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

 a { background-color: rgb(238,83,173); }

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

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

 span { border-color: rgb(238,83,173); }

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