#EA74D4

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

Shades of Orchid #EA74D4

Tints of Orchid #EA74D4

Color information

#EA74D4 (or 0xEA74D4) is unknown color: approx Orchid. HEX triplet: EA, 74 and D4. RGB value is (234,116,212). Sum of RGB (Red+Green+Blue) = 234+116+212=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74D4 is #158B2B. Grayscale: #A1A1A1. Windows color (decimal): -1411884 or 13923562. OLE color: 13923562.

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

Color convert

RGB234116212-
CMYK00.500.090.08
HSL311.19º73.75%68.63%-
HSV(B)311.19º50.43%91.76%-
XYZ52.0634.7466.25-
YUV162.23156.09179.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 116 (45.70% from 255) = 20.64%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=41.64%
G=20.64%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411621200.500.090.08311.1973.7568.63
HexEA74D4032981374a45
Octal3521643240621110467112105
Binary1110101011101001101010001100101001100010011011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74D4; }

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

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

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

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

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

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

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

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