#EB6ED4

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

Shades of Orchid #EB6ED4

Tints of Orchid #EB6ED4

Color information

#EB6ED4 (or 0xEB6ED4) is unknown color: approx Orchid. HEX triplet: EB, 6E and D4. RGB value is (235,110,212). Sum of RGB (Red+Green+Blue) = 235+110+212=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ED4 is #14912B. Grayscale: #9E9E9E. Windows color (decimal): -1347884 or 13922027. OLE color: 13922027.

HSL color Cylindrical-coordinate representation of color #EB6ED4: hue angle of 311.04º 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 #EB6ED4 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235110212-
CMYK00.530.100.08
HSL311.04º75.76%67.65%-
HSV(B)311.04º53.19%92.16%-
XYZ51.7233.5766.04-
YUV159157.91182.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 110 (43.36% from 255) = 19.75%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=42.19%
G=19.75%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511021200.530.100.08311.0475.7667.65
HexEB6ED4035A81374c44
Octal3531563240651210467114104
Binary1110101111011101101010001101011010100010011011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6ED4; }

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

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

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

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

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

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

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

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