#EA74D0

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

Shades of Orchid #EA74D0

Tints of Orchid #EA74D0

Color information

#EA74D0 (or 0xEA74D0) is unknown color: approx Orchid. HEX triplet: EA, 74 and D0. RGB value is (234,116,208). Sum of RGB (Red+Green+Blue) = 234+116+208=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74D0 is #158B2F. Grayscale: #A1A1A1. Windows color (decimal): -1411888 or 13661418. OLE color: 13661418.

HSL color Cylindrical-coordinate representation of color #EA74D0: hue angle of 313.22º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74D0 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234116208-
CMYK00.500.110.08
HSL313.22º73.75%68.63%-
HSV(B)313.22º50.43%91.76%-
XYZ51.5634.5463.62-
YUV161.77154.09179.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 116 (45.70% from 255) = 20.79%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=41.94%
G=20.79%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411620800.500.110.08313.2273.7568.63
HexEA74D0032B81394a45
Octal3521643200621310471112105
Binary1110101011101001101000001100101011100010011100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74D0; }

 p { color: rgb(234,116,208); }

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

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

 a { background-color: rgb(234,116,208); }

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

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

 span { border-color: rgb(234,116,208); }

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