#E276CA

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

Shades of Orchid #E276CA

Tints of Orchid #E276CA

Color information

#E276CA (or 0xE276CA) is unknown color: approx Orchid. HEX triplet: E2, 76 and CA. RGB value is (226,118,202). Sum of RGB (Red+Green+Blue) = 226+118+202=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E276CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276CA is #1D8935. Grayscale: #9F9F9F. Windows color (decimal): -1935670 or 13268706. OLE color: 13268706.

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

Color convert

RGB226118202-
CMYK00.480.110.11
HSL313.33º65.06%67.45%-
HSV(B)313.33º47.79%88.63%-
XYZ48.533.3959.77-
YUV159.87151.78175.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.39%
GREEN value IS 118 (46.48% from 255) = 21.61%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=41.39%
G=21.61%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611820200.480.110.11313.3365.0667.45
HexE276CA030BB1394143
Octal3421663120601313471101103
Binary1110001011101101100101001100001011101110011100110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E276CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E276CA; }

 p { color: rgb(226,118,202); }

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

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

 a { background-color: rgb(226,118,202); }

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

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

 span { border-color: rgb(226,118,202); }

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