#EE50AA

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

Shades of Brilliant Rose #EE50AA

Tints of Brilliant Rose #EE50AA

Color information

#EE50AA (or 0xEE50AA) is unknown color: approx Brilliant Rose. HEX triplet: EE, 50 and AA. RGB value is (238,80,170). Sum of RGB (Red+Green+Blue) = 238+80+170=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE50AA is #11AF55. Grayscale: #898989. Windows color (decimal): -1158998 or 11161838. OLE color: 11161838.

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

Color convert

RGB23880170-
CMYK00.660.290.07
HSL325.82º82.29%62.35%-
HSV(B)325.82º66.39%93.33%-
XYZ45.3826.8240.81-
YUV137.5146.35199.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.77%
GREEN value IS 80 (31.64% from 255) = 16.39%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=48.77%
G=16.39%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388017000.660.290.07325.8282.2962.35
HexEE50AA0421D7146523e
Octal356120252010235750612276
Binary1110111010100001010101001000010111011111010001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE50AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE50AA; }

 p { color: rgb(238,80,170); }

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

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

 a { background-color: rgb(238,80,170); }

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

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

 span { border-color: rgb(238,80,170); }

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