#E676E1

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

Shades of Orchid #E676E1

Tints of Orchid #E676E1

Color information

#E676E1 (or 0xE676E1) is unknown color: approx Orchid. HEX triplet: E6, 76 and E1. RGB value is (230,118,225). Sum of RGB (Red+Green+Blue) = 230+118+225=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E676E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676E1 is #19891E. Grayscale: #A3A3A3. Windows color (decimal): -1673503 or 14776038. OLE color: 14776038.

HSL color Cylindrical-coordinate representation of color #E676E1: hue angle of 302.68º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E676E1 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB230118225-
CMYK00.490.020.10
HSL302.68º69.14%68.24%-
HSV(B)302.68º48.7%90.2%-
XYZ52.735.2275.25-
YUV163.69162.61175.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 118 (46.48% from 255) = 20.59%
BLUE value IS 225 (88.28% from 255) = 39.27%
R=40.14%
G=20.59%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011822500.490.020.10302.6869.1468.24
HexE676E10312A12f4544
Octal346166341061212457105104
Binary11100110111011011100001011000110101010010111110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E676E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E676E1; }

 p { color: rgb(230,118,225); }

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

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

 a { background-color: rgb(230,118,225); }

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

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

 span { border-color: rgb(230,118,225); }

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