#E075DB

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

Shades of Orchid #E075DB

Tints of Orchid #E075DB

Color information

#E075DB (or 0xE075DB) is unknown color: approx Orchid. HEX triplet: E0, 75 and DB. RGB value is (224,117,219). Sum of RGB (Red+Green+Blue) = 224+117+219=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E075DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075DB is #1F8A24. Grayscale: #A0A0A0. Windows color (decimal): -2066981 or 14382560. OLE color: 14382560.

HSL color Cylindrical-coordinate representation of color #E075DB: hue angle of 302.8º degrees, saturation: 0.63, 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 #E075DB is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224117219-
CMYK00.480.020.12
HSL302.8º63.31%66.86%-
HSV(B)302.8º47.77%87.84%-
XYZ49.8933.6870.89-
YUV160.62160.95173.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 20.89%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=40%
G=20.89%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411721900.480.020.12302.863.3166.86
HexE075DB0302C12f3f43
Octal34016533306021445777103
Binary1110000011101011101101101100001011001001011111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E075DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E075DB; }

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

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

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

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

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

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

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

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