#EE65A0

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

Shades of Brilliant Rose #EE65A0

Tints of Brilliant Rose #EE65A0

Color information

#EE65A0 (or 0xEE65A0) is unknown color: approx Brilliant Rose. HEX triplet: EE, 65 and A0. RGB value is (238,101,160). Sum of RGB (Red+Green+Blue) = 238+101+160=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE65A0 is #119A5F. Grayscale: #949494. Windows color (decimal): -1153632 or 10511854. OLE color: 10511854.

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

Color convert

RGB238101160-
CMYK00.580.330.07
HSL334.16º80.12%66.47%-
HSV(B)334.16º57.56%93.33%-
XYZ46.2630.0236.61-
YUV148.69134.39191.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.70%
GREEN value IS 101 (39.84% from 255) = 20.24%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=47.70%
G=20.24%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810116000.580.330.07334.1680.1266.47
HexEE65A003A21714e5042
Octal356145240072417516120102
Binary11101110110010110100000011101010000111110100111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE65A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE65A0; }

 p { color: rgb(238,101,160); }

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

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

 a { background-color: rgb(238,101,160); }

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

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

 span { border-color: rgb(238,101,160); }

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