#E469CC

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

Shades of Orchid #E469CC

Tints of Orchid #E469CC

Color information

#E469CC (or 0xE469CC) is unknown color: approx Orchid. HEX triplet: E4, 69 and CC. RGB value is (228,105,204). Sum of RGB (Red+Green+Blue) = 228+105+204=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E469CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469CC is #1B9633. Grayscale: #989898. Windows color (decimal): -1807924 or 13396452. OLE color: 13396452.

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

Color convert

RGB228105204-
CMYK00.540.110.11
HSL311.71º69.49%65.29%-
HSV(B)311.71º53.95%89.41%-
XYZ47.9530.9660.57-
YUV153.06156.75181.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.46%
GREEN value IS 105 (41.41% from 255) = 19.55%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=42.46%
G=19.55%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810520400.540.110.11311.7169.4965.29
HexE469CC036BB1384541
Octal3441513140661313470105101
Binary1110010011010011100110001101101011101110011100010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E469CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E469CC; }

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

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

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

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

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

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

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

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