#E174CC

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

Shades of Orchid #E174CC

Tints of Orchid #E174CC

Color information

#E174CC (or 0xE174CC) is unknown color: approx Orchid. HEX triplet: E1, 74 and CC. RGB value is (225,116,204). Sum of RGB (Red+Green+Blue) = 225+116+204=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E174CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174CC is #1E8B33. Grayscale: #9E9E9E. Windows color (decimal): -2001716 or 13399265. OLE color: 13399265.

HSL color Cylindrical-coordinate representation of color #E174CC: hue angle of 311.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E174CC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225116204-
CMYK00.480.090.12
HSL311.56º64.5%66.86%-
HSV(B)311.56º48.44%88.24%-
XYZ48.232.8660.93-
YUV158.62153.61175.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=41.28%
G=21.28%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511620400.480.090.12311.5664.566.86
HexE174CC0309C1384043
Octal3411643140601114470100103
Binary1110000111101001100110001100001001110010011100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E174CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E174CC; }

 p { color: rgb(225,116,204); }

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

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

 a { background-color: rgb(225,116,204); }

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

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

 span { border-color: rgb(225,116,204); }

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