#E674DA

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

Shades of Orchid #E674DA

Tints of Orchid #E674DA

Color information

#E674DA (or 0xE674DA) is unknown color: approx Orchid. HEX triplet: E6, 74 and DA. RGB value is (230,116,218). Sum of RGB (Red+Green+Blue) = 230+116+218=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E674DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674DA is #198B25. Grayscale: #A1A1A1. Windows color (decimal): -1674022 or 14316774. OLE color: 14316774.

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

Color convert

RGB230116218-
CMYK00.500.050.10
HSL306.32º69.51%67.84%-
HSV(B)306.32º49.57%90.2%-
XYZ51.5334.3870.25-
YUV161.71159.77176.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 116 (45.70% from 255) = 20.57%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=40.78%
G=20.57%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011621800.500.050.10306.3269.5167.84
HexE674DA0325A1324644
Octal346164332062512462106104
Binary111001101110100110110100110010101101010011001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E674DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E674DA; }

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

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

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

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

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

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

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

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