#E476E0

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

Shades of Orchid #E476E0

Tints of Orchid #E476E0

Color information

#E476E0 (or 0xE476E0) is unknown color: approx Orchid. HEX triplet: E4, 76 and E0. RGB value is (228,118,224). Sum of RGB (Red+Green+Blue) = 228+118+224=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E476E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476E0 is #1B891F. Grayscale: #A2A2A2. Windows color (decimal): -1804576 or 14710500. OLE color: 14710500.

HSL color Cylindrical-coordinate representation of color #E476E0: hue angle of 302.18º 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 #E476E0 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228118224-
CMYK00.480.020.11
HSL302.18º67.07%67.84%-
HSV(B)302.18º48.25%89.41%-
XYZ51.9334.8374.51-
YUV162.97162.44174.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 20.70%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=40%
G=20.70%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811822400.480.020.11302.1867.0767.84
HexE476E00302B12e4344
Octal344166340060213456103104
Binary11100100111011011100000011000010101110010111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E476E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E476E0; }

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

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

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

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

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

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

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

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