#E075E1

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

Shades of Orchid #E075E1

Tints of Orchid #E075E1

Color information

#E075E1 (or 0xE075E1) is unknown color: approx Orchid. HEX triplet: E0, 75 and E1. RGB value is (224,117,225). Sum of RGB (Red+Green+Blue) = 224+117+225=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #E075E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075E1 is #1F8A1E. Grayscale: #A0A0A0. Windows color (decimal): -2066975 or 14775776. OLE color: 14775776.

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

Color convert

RGB224117225-
CMYK0.000.4800.12
HSL299.44º64.29%67.06%-
HSV(B)299.44º48%88.24%-
XYZ50.6934.0175.13-
YUV161.3163.95172.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 117 (46.09% from 255) = 20.67%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=39.58%
G=20.67%
B=39.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241172250.000.4800.12299.4464.2967.06
HexE075E10300C12b4043
Octal340165341060014453100103
Binary1110000011101011110000101100000110010010101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E075E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E075E1; }

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

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

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

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

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

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

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

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