#E169C4

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

Shades of Orchid #E169C4

Tints of Orchid #E169C4

Color information

#E169C4 (or 0xE169C4) is unknown color: approx Orchid. HEX triplet: E1, 69 and C4. RGB value is (225,105,196). Sum of RGB (Red+Green+Blue) = 225+105+196=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E169C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169C4 is #1E963B. Grayscale: #979797. Windows color (decimal): -2004540 or 12872161. OLE color: 12872161.

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

Color convert

RGB225105196-
CMYK00.530.130.12
HSL314.5º66.67%64.71%-
HSV(B)314.5º53.33%88.24%-
XYZ46.0730.155.61-
YUV151.25153.26180.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=42.78%
G=19.96%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510519600.530.130.12314.566.6764.71
HexE169C4035DC13a4341
Octal3411513040651514472103101
Binary1110000111010011100010001101011101110010011101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169C4; }

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

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

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

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

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

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

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

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