#E069D8

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

Shades of Orchid #E069D8

Tints of Orchid #E069D8

Color information

#E069D8 (or 0xE069D8) is unknown color: approx Orchid. HEX triplet: E0, 69 and D8. RGB value is (224,105,216). Sum of RGB (Red+Green+Blue) = 224+105+216=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E069D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069D8 is #1F9627. Grayscale: #989898. Windows color (decimal): -2070056 or 14182880. OLE color: 14182880.

HSL color Cylindrical-coordinate representation of color #E069D8: hue angle of 304.03º 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 #E069D8 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224105216-
CMYK00.530.040.12
HSL304.03º65.75%64.51%-
HSV(B)304.03º53.12%87.84%-
XYZ48.1930.9168.39-
YUV153.23163.42178.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 105 (41.41% from 255) = 19.27%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=41.10%
G=19.27%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410521600.530.040.12304.0365.7564.51
HexE069D80354C1304241
Octal340151330065414460102101
Binary111000001101001110110000110101100110010011000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069D8; }

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

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

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

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

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

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

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

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