#E57BCA

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

Shades of Orchid #E57BCA

Tints of Orchid #E57BCA

Color information

#E57BCA (or 0xE57BCA) is unknown color: approx Orchid. HEX triplet: E5, 7B and CA. RGB value is (229,123,202). Sum of RGB (Red+Green+Blue) = 229+123+202=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BCA is #1A8435. Grayscale: #A3A3A3. Windows color (decimal): -1737782 or 13269989. OLE color: 13269989.

HSL color Cylindrical-coordinate representation of color #E57BCA: hue angle of 315.28º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57BCA is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229123202-
CMYK00.460.120.10
HSL315.28º67.09%69.02%-
HSV(B)315.28º46.29%89.8%-
XYZ50.0635.0960.01-
YUV163.7149.62174.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.34%
GREEN value IS 123 (48.44% from 255) = 22.20%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=41.34%
G=22.20%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912320200.460.120.10315.2867.0969.02
HexE57BCA02ECA13b4345
Octal3451733120561412473103105
Binary1110010111110111100101001011101100101010011101110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57BCA; }

 p { color: rgb(229,123,202); }

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

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

 a { background-color: rgb(229,123,202); }

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

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

 span { border-color: rgb(229,123,202); }

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