#E076E4

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

Shades of Orchid #E076E4

Tints of Orchid #E076E4

Color information

#E076E4 (or 0xE076E4) is unknown color: approx Orchid. HEX triplet: E0, 76 and E4. RGB value is (224,118,228). Sum of RGB (Red+Green+Blue) = 224+118+228=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #E076E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076E4 is #1F891B. Grayscale: #A1A1A1. Windows color (decimal): -2066716 or 14972640. OLE color: 14972640.

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

Color convert

RGB224118228-
CMYK0.020.4800.11
HSL297.82º67.07%67.84%-
HSV(B)297.82º48.25%89.41%-
XYZ51.2234.4177.34-
YUV162.23165.12172.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 118 (46.48% from 255) = 20.70%
BLUE value IS 228 (89.45% from 255) = 40%
R=39.30%
G=20.70%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241182280.020.4800.11297.8267.0767.84
HexE076E42300B12a4344
Octal340166344260013452103104
Binary11100000111011011100100101100000101110010101010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E076E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E076E4; }

 p { color: rgb(224,118,228); }

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

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

 a { background-color: rgb(224,118,228); }

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

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

 span { border-color: rgb(224,118,228); }

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