#E471CB

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

Shades of Orchid #E471CB

Tints of Orchid #E471CB

Color information

#E471CB (or 0xE471CB) is unknown color: approx Orchid. HEX triplet: E4, 71 and CB. RGB value is (228,113,203). Sum of RGB (Red+Green+Blue) = 228+113+203=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E471CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471CB is #1B8E34. Grayscale: #9D9D9D. Windows color (decimal): -1805877 or 13332964. OLE color: 13332964.

HSL color Cylindrical-coordinate representation of color #E471CB: hue angle of 313.04º 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 #E471CB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228113203-
CMYK00.500.110.11
HSL313.04º68.05%66.86%-
HSV(B)313.04º50.44%89.41%-
XYZ48.6832.6260.23-
YUV157.64153.6178.18-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 113 (44.53% from 255) = 20.77%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=41.91%
G=20.77%
B=37.32%

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
Decimal22811320300.500.110.11313.0468.0566.86
HexE471CB032BB1394443
Octal3441613130621313471104103
Binary1110010011100011100101101100101011101110011100110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E471CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E471CB; }

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

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

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

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

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

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

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

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