#EE70DC

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

Shades of Orchid #EE70DC

Tints of Orchid #EE70DC

Color information

#EE70DC (or 0xEE70DC) is unknown color: approx Orchid. HEX triplet: EE, 70 and DC. RGB value is (238,112,220). Sum of RGB (Red+Green+Blue) = 238+112+220=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70DC is #118F23. Grayscale: #A1A1A1. Windows color (decimal): -1150756 or 14446830. OLE color: 14446830.

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

Color convert

RGB238112220-
CMYK00.530.080.07
HSL308.57º78.75%68.63%-
HSV(B)308.57º52.94%93.33%-
XYZ53.9734.9371.61-
YUV161.99160.74182.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 112 (44.14% from 255) = 19.65%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=41.75%
G=19.65%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811222000.530.080.07308.5778.7568.63
HexEE70DC035871354f45
Octal356160334065107465117105
Binary111011101110000110111000110101100011110011010110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE70DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE70DC; }

 p { color: rgb(238,112,220); }

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

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

 a { background-color: rgb(238,112,220); }

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

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

 span { border-color: rgb(238,112,220); }

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