#EA6FDC

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

Shades of Orchid #EA6FDC

Tints of Orchid #EA6FDC

Color information

#EA6FDC (or 0xEA6FDC) is unknown color: approx Orchid. HEX triplet: EA, 6F and DC. RGB value is (234,111,220). Sum of RGB (Red+Green+Blue) = 234+111+220=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FDC is #159023. Grayscale: #9F9F9F. Windows color (decimal): -1413156 or 14446570. OLE color: 14446570.

HSL color Cylindrical-coordinate representation of color #EA6FDC: hue angle of 306.83º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FDC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234111220-
CMYK00.530.060.08
HSL306.83º74.55%67.65%-
HSV(B)306.83º52.56%91.76%-
XYZ52.5334.0371.51-
YUV160.2161.75180.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 111 (43.75% from 255) = 19.65%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=41.42%
G=19.65%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411122000.530.060.08306.8374.5567.65
HexEA6FDC035681334b44
Octal352157334065610463113104
Binary111010101101111110111000110101110100010011001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FDC; }

 p { color: rgb(234,111,220); }

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

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

 a { background-color: rgb(234,111,220); }

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

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

 span { border-color: rgb(234,111,220); }

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