#E081CA

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

Shades of Orchid #E081CA

Tints of Orchid #E081CA

Color information

#E081CA (or 0xE081CA) is unknown color: approx Orchid. HEX triplet: E0, 81 and CA. RGB value is (224,129,202). Sum of RGB (Red+Green+Blue) = 224+129+202=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E081CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081CA is #1F7E35. Grayscale: #A5A5A5. Windows color (decimal): -2063926 or 13271520. OLE color: 13271520.

HSL color Cylindrical-coordinate representation of color #E081CA: hue angle of 313.89º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081CA is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224129202-
CMYK00.420.100.12
HSL313.89º60.51%69.22%-
HSV(B)313.89º42.41%87.84%-
XYZ49.2535.8160.19-
YUV165.73148.47169.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=40.36%
G=23.24%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412920200.420.100.12313.8960.5169.22
HexE081CA02AAC13a3d45
Octal340201312052121447275105
Binary1110000010000001110010100101010101011001001110101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081CA; }

 p { color: rgb(224,129,202); }

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

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

 a { background-color: rgb(224,129,202); }

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

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

 span { border-color: rgb(224,129,202); }

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