#E069C4

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

Shades of Orchid #E069C4

Tints of Orchid #E069C4

Color information

#E069C4 (or 0xE069C4) is unknown color: approx Orchid. HEX triplet: E0, 69 and C4. RGB value is (224,105,196). Sum of RGB (Red+Green+Blue) = 224+105+196=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C4 is #1F963B. Grayscale: #969696. Windows color (decimal): -2070076 or 12872160. OLE color: 12872160.

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

Color convert

RGB224105196-
CMYK00.530.120.12
HSL314.12º65.75%64.51%-
HSV(B)314.12º53.12%87.84%-
XYZ45.7629.9455.59-
YUV150.95153.42180.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=42.67%
G=20%
B=37.33%

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
Decimal22410519600.530.120.12314.1265.7564.51
HexE069C4035CC13a4241
Octal3401513040651414472102101
Binary1110000011010011100010001101011100110010011101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069C4; }

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

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

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

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

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

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

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

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