#EE5DA3

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

Shades of Brilliant Rose #EE5DA3

Tints of Brilliant Rose #EE5DA3

Color information

#EE5DA3 (or 0xEE5DA3) is unknown color: approx Brilliant Rose. HEX triplet: EE, 5D and A3. RGB value is (238,93,163). Sum of RGB (Red+Green+Blue) = 238+93+163=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5DA3 is #11A25C. Grayscale: #909090. Windows color (decimal): -1155677 or 10706414. OLE color: 10706414.

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

Color convert

RGB23893163-
CMYK00.610.320.07
HSL331.03º81.01%64.9%-
HSV(B)331.03º60.92%93.33%-
XYZ45.7928.6537.77-
YUV144.33138.54194.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.18%
GREEN value IS 93 (36.72% from 255) = 18.83%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=48.18%
G=18.83%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389316300.610.320.07331.0381.0164.9
HexEE5DA303D20714b5141
Octal356135243075407513121101
Binary11101110101110110100011011110110000011110100101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5DA3; }

 p { color: rgb(238,93,163); }

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

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

 a { background-color: rgb(238,93,163); }

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

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

 span { border-color: rgb(238,93,163); }

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