Html Css Color HEX #E16AD9 Orchid

📋 copy color: '#E16AD9'

red 225 ◦ green 106 ◦ blue 217

#E16AD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E16AD9

Tints of Orchid #E16AD9

RGB

 RED value IS 225 (88.28% from 255) = 41.06%

 GREEN value IS 106 (41.8% from 255) = 19.34%

 BLUE value IS 217 (85.16% from 255) = 39.6%

R = 41.06%
G = 19.34%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E16AD9 (or 0xE16AD9) is known color: Orchid. HEX triplet: E1, 6A and D9. RGB value is (225,106,217). Sum of RGB (Red+Green+Blue) = 225+106+217=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AD9 is #1E9526. Grayscale: #999999. Windows color (decimal): -2004263 or 14248673. OLE color: 14248673.

HSL color Cylindrical-coordinate representation of color #E16AD9: hue angle of 304.03º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16AD9 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 106 217 -
CMYK 0 0.53 0.04 0.12
HSL 304.03º 0.66% 0.65% -
HSV(B) 304.03º 0.53% 0.88% -
XYZ 48.73 31.33 69.12 -
YUV 154.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 225 106 217 0 0.53 0.04 0.12 304.03 0.66 0.65
Hex E1 6A D9 0 35 4 C 130 42 41
Octal 341 152 331 0 65 4 14 460 102 101
Binary 11100001 1101010 11011001 0 110101 100 1100 100110000 1000010 1000001

Color Harmonies of #E16AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AD9

Black with #E16AD9

Text Example


Text Example

White with #E16AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AD9; }

 p { color: rgb(225,106,217); }

 H1.HeaderClassName
 {
   color: #E16AD9;
 }
 .AnyTagClassName
 {
   color: #E16AD9;
 }
</style>

background-color css

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

 a { background-color: rgb(225,106,217); }

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

border-color css

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

 span { border-color: rgb(225,106,217); }

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