#E069D9

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

Shades of Orchid #E069D9

Tints of Orchid #E069D9

Color information

#E069D9 (or 0xE069D9) is unknown color: approx Orchid. HEX triplet: E0, 69 and D9. RGB value is (224,105,217). Sum of RGB (Red+Green+Blue) = 224+105+217=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E069D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069D9 is #1F9626. Grayscale: #999999. Windows color (decimal): -2070055 or 14248416. OLE color: 14248416.

HSL color Cylindrical-coordinate representation of color #E069D9: hue angle of 303.53º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069D9 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224105217-
CMYK00.530.030.12
HSL303.53º65.75%64.51%-
HSV(B)303.53º53.12%87.84%-
XYZ48.3230.9669.08-
YUV153.35163.92178.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 105 (41.41% from 255) = 19.23%
BLUE value IS 217 (85.16% from 255) = 39.74%
R=41.03%
G=19.23%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410521700.530.030.12303.5365.7564.51
HexE069D90353C1304241
Octal340151331065314460102101
Binary11100000110100111011001011010111110010011000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069D9; }

 p { color: rgb(224,105,217); }

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

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

 a { background-color: rgb(224,105,217); }

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

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

 span { border-color: rgb(224,105,217); }

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