#E073CA

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

Shades of Orchid #E073CA

Tints of Orchid #E073CA

Color information

#E073CA (or 0xE073CA) is unknown color: approx Orchid. HEX triplet: E0, 73 and CA. RGB value is (224,115,202). Sum of RGB (Red+Green+Blue) = 224+115+202=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E073CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073CA is #1F8C35. Grayscale: #9D9D9D. Windows color (decimal): -2067510 or 13267936. OLE color: 13267936.

HSL color Cylindrical-coordinate representation of color #E073CA: hue angle of 312.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073CA is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224115202-
CMYK00.490.100.12
HSL312.11º63.74%66.47%-
HSV(B)312.11º48.66%87.84%-
XYZ47.5332.3759.62-
YUV157.51153.11175.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=41.40%
G=21.26%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411520200.490.100.12312.1163.7466.47
HexE073CA031AC1384042
Octal3401633120611214470100102
Binary1110000011100111100101001100011010110010011100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073CA; }

 p { color: rgb(224,115,202); }

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

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

 a { background-color: rgb(224,115,202); }

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

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

 span { border-color: rgb(224,115,202); }

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