#E974E0

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

Shades of Orchid #E974E0

Tints of Orchid #E974E0

Color information

#E974E0 (or 0xE974E0) is unknown color: approx Orchid. HEX triplet: E9, 74 and E0. RGB value is (233,116,224). Sum of RGB (Red+Green+Blue) = 233+116+224=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E974E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974E0 is #168B1F. Grayscale: #A2A2A2. Windows color (decimal): -1477408 or 14709993. OLE color: 14709993.

HSL color Cylindrical-coordinate representation of color #E974E0: hue angle of 304.62º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E974E0 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233116224-
CMYK00.500.040.09
HSL304.62º72.67%68.43%-
HSV(B)304.62º50.21%91.37%-
XYZ53.335.274.51-
YUV163.3162.26177.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 116 (45.70% from 255) = 20.24%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=40.66%
G=20.24%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311622400.500.040.09304.6272.6768.43
HexE974E0032491314944
Octal351164340062411461111104
Binary111010011110100111000000110010100100110011000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974E0; }

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

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

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

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

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

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

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

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