#E06ACB

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

Shades of Orchid #E06ACB

Tints of Orchid #E06ACB

Color information

#E06ACB (or 0xE06ACB) is unknown color: approx Orchid. HEX triplet: E0, 6A and CB. RGB value is (224,106,203). Sum of RGB (Red+Green+Blue) = 224+106+203=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ACB is #1F9534. Grayscale: #989898. Windows color (decimal): -2069813 or 13331168. OLE color: 13331168.

HSL color Cylindrical-coordinate representation of color #E06ACB: hue angle of 310.68º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06ACB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224106203-
CMYK00.530.090.12
HSL310.68º65.56%64.71%-
HSV(B)310.68º52.68%87.84%-
XYZ46.6730.4759.92-
YUV152.34156.59179.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 106 (41.80% from 255) = 19.89%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=42.03%
G=19.89%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410620300.530.090.12310.6865.5664.71
HexE06ACB0359C1374241
Octal3401523130651114467102101
Binary1110000011010101100101101101011001110010011011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06ACB; }

 p { color: rgb(224,106,203); }

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

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

 a { background-color: rgb(224,106,203); }

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

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

 span { border-color: rgb(224,106,203); }

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