#E075E5

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

Shades of Orchid #E075E5

Tints of Orchid #E075E5

Color information

#E075E5 (or 0xE075E5) is unknown color: approx Orchid. HEX triplet: E0, 75 and E5. RGB value is (224,117,229). Sum of RGB (Red+Green+Blue) = 224+117+229=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #E075E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075E5 is #1F8A1A. Grayscale: #A1A1A1. Windows color (decimal): -2066971 or 15037920. OLE color: 15037920.

HSL color Cylindrical-coordinate representation of color #E075E5: hue angle of 297.32º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E075E5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224117229-
CMYK0.020.4900.10
HSL297.32º68.29%67.84%-
HSV(B)297.32º48.91%89.8%-
XYZ51.2434.2378.03-
YUV161.76165.95172.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 229 (89.84% from 255) = 40.18%
R=39.30%
G=20.53%
B=40.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241172290.020.4900.10297.3268.2967.84
HexE075E52310A1294444
Octal340165345261012451104104
Binary11100000111010111100101101100010101010010100110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E075E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E075E5; }

 p { color: rgb(224,117,229); }

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

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

 a { background-color: rgb(224,117,229); }

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

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

 span { border-color: rgb(224,117,229); }

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