#E476E1

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

Shades of Orchid #E476E1

Tints of Orchid #E476E1

Color information

#E476E1 (or 0xE476E1) is unknown color: approx Orchid. HEX triplet: E4, 76 and E1. RGB value is (228,118,225). Sum of RGB (Red+Green+Blue) = 228+118+225=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E476E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476E1 is #1B891E. Grayscale: #A2A2A2. Windows color (decimal): -1804575 or 14776036. OLE color: 14776036.

HSL color Cylindrical-coordinate representation of color #E476E1: hue angle of 301.64º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E476E1 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB228118225-
CMYK00.480.010.11
HSL301.64º67.07%67.84%-
HSV(B)301.64º48.25%89.41%-
XYZ52.0634.8975.22-
YUV163.09162.94174.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.93%
GREEN value IS 118 (46.48% from 255) = 20.67%
BLUE value IS 225 (88.28% from 255) = 39.40%
R=39.93%
G=20.67%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811822500.480.010.11301.6467.0767.84
HexE476E10301B12e4344
Octal344166341060113456103104
Binary1110010011101101110000101100001101110010111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E476E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E476E1; }

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

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

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

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

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

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

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

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