#E281CC

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

Shades of Orchid #E281CC

Tints of Orchid #E281CC

Color information

#E281CC (or 0xE281CC) is unknown color: approx Orchid. HEX triplet: E2, 81 and CC. RGB value is (226,129,204). Sum of RGB (Red+Green+Blue) = 226+129+204=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E281CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281CC is #1D7E33. Grayscale: #A6A6A6. Windows color (decimal): -1932852 or 13402594. OLE color: 13402594.

HSL color Cylindrical-coordinate representation of color #E281CC: hue angle of 313.61º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E281CC is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226129204-
CMYK00.430.100.11
HSL313.61º62.58%69.61%-
HSV(B)313.61º42.92%88.63%-
XYZ50.1136.2361.48-
YUV166.55149.14170.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.43%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=40.43%
G=23.08%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612920400.430.100.11313.6162.5869.61
HexE281CC02BAB13a3f46
Octal342201314053121347277106
Binary1110001010000001110011000101011101010111001110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281CC; }

 p { color: rgb(226,129,204); }

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

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

 a { background-color: rgb(226,129,204); }

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

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

 span { border-color: rgb(226,129,204); }

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