#E474CC

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

Shades of Orchid #E474CC

Tints of Orchid #E474CC

Color information

#E474CC (or 0xE474CC) is unknown color: approx Orchid. HEX triplet: E4, 74 and CC. RGB value is (228,116,204). Sum of RGB (Red+Green+Blue) = 228+116+204=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E474CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474CC is #1B8B33. Grayscale: #9F9F9F. Windows color (decimal): -1805108 or 13399268. OLE color: 13399268.

HSL color Cylindrical-coordinate representation of color #E474CC: hue angle of 312.86º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E474CC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228116204-
CMYK00.490.110.11
HSL312.86º67.47%67.45%-
HSV(B)312.86º49.12%89.41%-
XYZ49.1433.3460.97-
YUV159.52153.11176.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.61%
GREEN value IS 116 (45.70% from 255) = 21.17%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=41.61%
G=21.17%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811620400.490.110.11312.8667.4767.45
HexE474CC031BB1394343
Octal3441643140611313471103103
Binary1110010011101001100110001100011011101110011100110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E474CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E474CC; }

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

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

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

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

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

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

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

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