#EB6EE0

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

Shades of Orchid #EB6EE0

Tints of Orchid #EB6EE0

Color information

#EB6EE0 (or 0xEB6EE0) is unknown color: approx Orchid. HEX triplet: EB, 6E and E0. RGB value is (235,110,224). Sum of RGB (Red+Green+Blue) = 235+110+224=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EE0 is #14911F. Grayscale: #A0A0A0. Windows color (decimal): -1347872 or 14708459. OLE color: 14708459.

HSL color Cylindrical-coordinate representation of color #EB6EE0: hue angle of 305.28º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6EE0 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235110224-
CMYK00.530.050.08
HSL305.28º75.76%67.65%-
HSV(B)305.28º53.19%92.16%-
XYZ53.2934.274.31-
YUV160.37163.91181.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 110 (43.36% from 255) = 19.33%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=41.30%
G=19.33%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511022400.530.050.08305.2875.7667.65
HexEB6EE0035581314c44
Octal353156340065510461114104
Binary111010111101110111000000110101101100010011000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6EE0; }

 p { color: rgb(235,110,224); }

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

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

 a { background-color: rgb(235,110,224); }

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

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

 span { border-color: rgb(235,110,224); }

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