#EA74D1

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

Shades of Orchid #EA74D1

Tints of Orchid #EA74D1

Color information

#EA74D1 (or 0xEA74D1) is unknown color: approx Orchid. HEX triplet: EA, 74 and D1. RGB value is (234,116,209). Sum of RGB (Red+Green+Blue) = 234+116+209=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74D1 is #158B2E. Grayscale: #A1A1A1. Windows color (decimal): -1411887 or 13726954. OLE color: 13726954.

HSL color Cylindrical-coordinate representation of color #EA74D1: hue angle of 312.71º 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 #EA74D1 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234116209-
CMYK00.500.110.08
HSL312.71º73.75%68.63%-
HSV(B)312.71º50.43%91.76%-
XYZ51.6934.5964.27-
YUV161.88154.59179.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=41.86%
G=20.75%
B=37.39%

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
Decimal23411620900.500.110.08312.7173.7568.63
HexEA74D1032B81394a45
Octal3521643210621310471112105
Binary1110101011101001101000101100101011100010011100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74D1; }

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

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

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

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

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

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

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

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