#E274D0

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

Shades of Orchid #E274D0

Tints of Orchid #E274D0

Color information

#E274D0 (or 0xE274D0) is unknown color: approx Orchid. HEX triplet: E2, 74 and D0. RGB value is (226,116,208). Sum of RGB (Red+Green+Blue) = 226+116+208=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E274D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274D0 is #1D8B2F. Grayscale: #9F9F9F. Windows color (decimal): -1936176 or 13661410. OLE color: 13661410.

HSL color Cylindrical-coordinate representation of color #E274D0: hue angle of 309.82º degrees, saturation: 0.65, 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 #E274D0 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226116208-
CMYK00.490.080.11
HSL309.82º65.48%67.06%-
HSV(B)309.82º48.67%88.63%-
XYZ48.9933.2163.5-
YUV159.38155.44175.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=41.09%
G=21.09%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611620800.490.080.11309.8265.4867.06
HexE274D00318B1364143
Octal3421643200611013466101103
Binary1110001011101001101000001100011000101110011011010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E274D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E274D0; }

 p { color: rgb(226,116,208); }

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

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

 a { background-color: rgb(226,116,208); }

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

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

 span { border-color: rgb(226,116,208); }

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