#E270DA

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

Shades of Orchid #E270DA

Tints of Orchid #E270DA

Color information

#E270DA (or 0xE270DA) is unknown color: approx Orchid. HEX triplet: E2, 70 and DA. RGB value is (226,112,218). Sum of RGB (Red+Green+Blue) = 226+112+218=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E270DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270DA is #1D8F25. Grayscale: #9D9D9D. Windows color (decimal): -1937190 or 14315746. OLE color: 14315746.

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

Color convert

RGB226112218-
CMYK00.500.040.11
HSL304.21º66.28%66.27%-
HSV(B)304.21º50.44%88.63%-
XYZ49.8132.8270.04-
YUV158.17161.77176.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 112 (44.14% from 255) = 20.14%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=40.65%
G=20.14%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611221800.500.040.11304.2166.2866.27
HexE270DA0324B1304242
Octal342160332062413460102102
Binary111000101110000110110100110010100101110011000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E270DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E270DA; }

 p { color: rgb(226,112,218); }

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

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

 a { background-color: rgb(226,112,218); }

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

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

 span { border-color: rgb(226,112,218); }

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