#E077E1

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

Shades of Orchid #E077E1

Tints of Orchid #E077E1

Color information

#E077E1 (or 0xE077E1) is unknown color: approx Orchid. HEX triplet: E0, 77 and E1. RGB value is (224,119,225). Sum of RGB (Red+Green+Blue) = 224+119+225=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #E077E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077E1 is #1F881E. Grayscale: #A2A2A2. Windows color (decimal): -2066463 or 14776288. OLE color: 14776288.

HSL color Cylindrical-coordinate representation of color #E077E1: hue angle of 299.43º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077E1 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224119225-
CMYK0.000.4700.12
HSL299.43º63.86%67.45%-
HSV(B)299.43º47.11%88.24%-
XYZ50.9334.4875.2-
YUV162.48163.29171.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 119 (46.88% from 255) = 20.95%
BLUE value IS 225 (88.28% from 255) = 39.61%
R=39.44%
G=20.95%
B=39.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241192250.000.4700.12299.4363.8667.45
HexE077E102F0C12b4043
Octal340167341057014453100103
Binary1110000011101111110000101011110110010010101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E077E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E077E1; }

 p { color: rgb(224,119,225); }

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

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

 a { background-color: rgb(224,119,225); }

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

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

 span { border-color: rgb(224,119,225); }

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