#E07ECA

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

Shades of Orchid #E07ECA

Tints of Orchid #E07ECA

Color information

#E07ECA (or 0xE07ECA) is unknown color: approx Orchid. HEX triplet: E0, 7E and CA. RGB value is (224,126,202). Sum of RGB (Red+Green+Blue) = 224+126+202=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ECA is #1F8135. Grayscale: #A3A3A3. Windows color (decimal): -2064694 or 13270752. OLE color: 13270752.

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

Color convert

RGB224126202-
CMYK00.440.100.12
HSL313.47º61.25%68.63%-
HSV(B)313.47º43.75%87.84%-
XYZ48.8635.0360.06-
YUV163.97149.47170.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 126 (49.61% from 255) = 22.83%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=40.58%
G=22.83%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412620200.440.100.12313.4761.2568.63
HexE07ECA02CAC1393d45
Octal340176312054121447175105
Binary111000001111110110010100101100101011001001110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07ECA; }

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

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

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

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

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

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

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

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