#E273CC

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

Shades of Orchid #E273CC

Tints of Orchid #E273CC

Color information

#E273CC (or 0xE273CC) is unknown color: approx Orchid. HEX triplet: E2, 73 and CC. RGB value is (226,115,204). Sum of RGB (Red+Green+Blue) = 226+115+204=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E273CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273CC is #1D8C33. Grayscale: #9E9E9E. Windows color (decimal): -1936436 or 13399010. OLE color: 13399010.

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

Color convert

RGB226115204-
CMYK00.490.100.11
HSL311.89º65.68%66.86%-
HSV(B)311.89º49.12%88.63%-
XYZ48.3932.7960.91-
YUV158.34153.77176.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 115 (45.31% from 255) = 21.10%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=41.47%
G=21.10%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611520400.490.100.11311.8965.6866.86
HexE273CC031AB1384243
Octal3421633140611213470102103
Binary1110001011100111100110001100011010101110011100010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E273CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E273CC; }

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

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

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

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

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

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

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

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