#EB6FE1

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

Shades of Orchid #EB6FE1

Tints of Orchid #EB6FE1

Color information

#EB6FE1 (or 0xEB6FE1) is unknown color: approx Orchid. HEX triplet: EB, 6F and E1. RGB value is (235,111,225). Sum of RGB (Red+Green+Blue) = 235+111+225=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FE1 is #14901E. Grayscale: #A0A0A0. Windows color (decimal): -1347615 or 14774251. OLE color: 14774251.

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

Color convert

RGB235111225-
CMYK00.530.040.08
HSL304.84º75.61%67.84%-
HSV(B)304.84º52.77%92.16%-
XYZ53.5434.4775.07-
YUV161.07164.08180.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 111 (43.75% from 255) = 19.44%
BLUE value IS 225 (88.28% from 255) = 39.40%
R=41.16%
G=19.44%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511122500.530.040.08304.8475.6167.84
HexEB6FE1035481314c44
Octal353157341065410461114104
Binary111010111101111111000010110101100100010011000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6FE1; }

 p { color: rgb(235,111,225); }

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

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

 a { background-color: rgb(235,111,225); }

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

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

 span { border-color: rgb(235,111,225); }

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