#E481CC

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

Shades of Orchid #E481CC

Tints of Orchid #E481CC

Color information

#E481CC (or 0xE481CC) is unknown color: approx Orchid. HEX triplet: E4, 81 and CC. RGB value is (228,129,204). Sum of RGB (Red+Green+Blue) = 228+129+204=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E481CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481CC is #1B7E33. Grayscale: #A6A6A6. Windows color (decimal): -1801780 or 13402596. OLE color: 13402596.

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

Color convert

RGB228129204-
CMYK00.430.110.11
HSL314.55º64.71%70%-
HSV(B)314.55º43.42%89.41%-
XYZ50.7436.5561.51-
YUV167.15148.8171.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.64%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=40.64%
G=22.99%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812920400.430.110.11314.5564.7170
HexE481CC02BBB13b4146
Octal3442013140531313473101106
Binary11100100100000011100110001010111011101110011101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481CC; }

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

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

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

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

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

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

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

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