#EE53AC

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

Shades of Brilliant Rose #EE53AC

Tints of Brilliant Rose #EE53AC

Color information

#EE53AC (or 0xEE53AC) is unknown color: approx Brilliant Rose. HEX triplet: EE, 53 and AC. RGB value is (238,83,172). Sum of RGB (Red+Green+Blue) = 238+83+172=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE53AC is #11AC53. Grayscale: #8B8B8B. Windows color (decimal): -1158228 or 11293678. OLE color: 11293678.

HSL color Cylindrical-coordinate representation of color #EE53AC: hue angle of 325.55º 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 #EE53AC is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB23883172-
CMYK00.650.280.07
HSL325.55º82.01%62.94%-
HSV(B)325.55º65.13%93.33%-
XYZ45.827.3441.89-
YUV139.49146.35198.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.28%
GREEN value IS 83 (32.81% from 255) = 16.84%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=48.28%
G=16.84%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388317200.650.280.07325.5582.0162.94
HexEE53AC0411C7146523f
Octal356123254010134750612277
Binary1110111010100111010110001000001111001111010001101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE53AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE53AC; }

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

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

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

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

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

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

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

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