#EA6CD2

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

Shades of Orchid #EA6CD2

Tints of Orchid #EA6CD2

Color information

#EA6CD2 (or 0xEA6CD2) is unknown color: approx Orchid. HEX triplet: EA, 6C and D2. RGB value is (234,108,210). Sum of RGB (Red+Green+Blue) = 234+108+210=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CD2 is #15932D. Grayscale: #9D9D9D. Windows color (decimal): -1413934 or 13790442. OLE color: 13790442.

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

Color convert

RGB234108210-
CMYK00.540.100.08
HSL311.43º75%67.06%-
HSV(B)311.43º53.85%91.76%-
XYZ50.9332.8764.63-
YUV157.3157.74182.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 108 (42.58% from 255) = 19.57%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=42.39%
G=19.57%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410821000.540.100.08311.437567.06
HexEA6CD2036A81374b43
Octal3521543220661210467113103
Binary1110101011011001101001001101101010100010011011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6CD2; }

 p { color: rgb(234,108,210); }

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

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

 a { background-color: rgb(234,108,210); }

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

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

 span { border-color: rgb(234,108,210); }

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