#E069C5

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

Shades of Orchid #E069C5

Tints of Orchid #E069C5

Color information

#E069C5 (or 0xE069C5) is unknown color: approx Orchid. HEX triplet: E0, 69 and C5. RGB value is (224,105,197). Sum of RGB (Red+Green+Blue) = 224+105+197=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C5 is #1F963A. Grayscale: #969696. Windows color (decimal): -2070075 or 12937696. OLE color: 12937696.

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

Color convert

RGB224105197-
CMYK00.530.120.12
HSL313.61º65.75%64.51%-
HSV(B)313.61º53.12%87.84%-
XYZ45.8729.9856.19-
YUV151.07153.92180.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=42.59%
G=19.96%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410519700.530.120.12313.6165.7564.51
HexE069C5035CC13a4241
Octal3401513050651414472102101
Binary1110000011010011100010101101011100110010011101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069C5; }

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

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

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

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

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

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

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

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