#E074DA

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

Shades of Orchid #E074DA

Tints of Orchid #E074DA

Color information

#E074DA (or 0xE074DA) is unknown color: approx Orchid. HEX triplet: E0, 74 and DA. RGB value is (224,116,218). Sum of RGB (Red+Green+Blue) = 224+116+218=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E074DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074DA is #1F8B25. Grayscale: #9F9F9F. Windows color (decimal): -2067238 or 14316768. OLE color: 14316768.

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

Color convert

RGB224116218-
CMYK00.480.030.12
HSL303.33º63.53%66.67%-
HSV(B)303.33º48.21%87.84%-
XYZ49.6433.470.16-
YUV159.92160.78173.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 116 (45.70% from 255) = 20.79%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=40.14%
G=20.79%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411621800.480.030.12303.3363.5366.67
HexE074DA0303C12f4043
Octal340164332060314457100103
Binary11100000111010011011010011000011110010010111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074DA; }

 p { color: rgb(224,116,218); }

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

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

 a { background-color: rgb(224,116,218); }

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

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

 span { border-color: rgb(224,116,218); }

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