#E471CA

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

Shades of Orchid #E471CA

Tints of Orchid #E471CA

Color information

#E471CA (or 0xE471CA) is unknown color: approx Orchid. HEX triplet: E4, 71 and CA. RGB value is (228,113,202). Sum of RGB (Red+Green+Blue) = 228+113+202=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E471CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471CA is #1B8E35. Grayscale: #9D9D9D. Windows color (decimal): -1805878 or 13267428. OLE color: 13267428.

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

Color convert

RGB228113202-
CMYK00.500.110.11
HSL313.57º68.05%66.86%-
HSV(B)313.57º50.44%89.41%-
XYZ48.5632.5759.6-
YUV157.53153.1178.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.99%
GREEN value IS 113 (44.53% from 255) = 20.81%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=41.99%
G=20.81%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811320200.500.110.11313.5768.0566.86
HexE471CA032BB13a4443
Octal3441613120621313472104103
Binary1110010011100011100101001100101011101110011101010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E471CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E471CA; }

 p { color: rgb(228,113,202); }

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

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

 a { background-color: rgb(228,113,202); }

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

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

 span { border-color: rgb(228,113,202); }

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