#EE6FD3

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

Shades of Orchid #EE6FD3

Tints of Orchid #EE6FD3

Color information

#EE6FD3 (or 0xEE6FD3) is unknown color: approx Orchid. HEX triplet: EE, 6F and D3. RGB value is (238,111,211). Sum of RGB (Red+Green+Blue) = 238+111+211=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FD3 is #11902C. Grayscale: #A0A0A0. Windows color (decimal): -1151021 or 13856750. OLE color: 13856750.

HSL color Cylindrical-coordinate representation of color #EE6FD3: hue angle of 312.76º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6FD3 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238111211-
CMYK00.530.110.07
HSL312.76º78.88%68.43%-
HSV(B)312.76º53.36%93.33%-
XYZ52.734.2565.46-
YUV160.37156.58183.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 111 (43.75% from 255) = 19.82%
BLUE value IS 211 (82.81% from 255) = 37.68%
R=42.5%
G=19.82%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811121100.530.110.07312.7678.8868.43
HexEE6FD3035B71394f44
Octal356157323065137471117104
Binary111011101101111110100110110101101111110011100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6FD3; }

 p { color: rgb(238,111,211); }

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

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

 a { background-color: rgb(238,111,211); }

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

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

 span { border-color: rgb(238,111,211); }

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