#E66ECB

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

Shades of Orchid #E66ECB

Tints of Orchid #E66ECB

Color information

#E66ECB (or 0xE66ECB) is unknown color: approx Orchid. HEX triplet: E6, 6E and CB. RGB value is (230,110,203). Sum of RGB (Red+Green+Blue) = 230+110+203=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ECB is #199134. Grayscale: #9C9C9C. Windows color (decimal): -1675573 or 13332198. OLE color: 13332198.

HSL color Cylindrical-coordinate representation of color #E66ECB: hue angle of 313.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66ECB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230110203-
CMYK00.520.120.10
HSL313.5º70.59%66.67%-
HSV(B)313.5º52.17%90.2%-
XYZ48.9932.2960.15-
YUV156.48154.26180.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 110 (43.36% from 255) = 20.26%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=42.36%
G=20.26%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011020300.520.120.10313.570.5966.67
HexE66ECB034CA13a4743
Octal3461563130641412472107103
Binary1110011011011101100101101101001100101010011101010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66ECB; }

 p { color: rgb(230,110,203); }

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

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

 a { background-color: rgb(230,110,203); }

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

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

 span { border-color: rgb(230,110,203); }

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