Html Css Color HEX #E16AD0 Orchid

📋 copy color: '#E16AD0'

red 225 ◦ green 106 ◦ blue 208

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

Shades of Orchid #E16AD0

Tints of Orchid #E16AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 41.74%
G = 19.67%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E16AD0 (or 0xE16AD0) is known color: Orchid. HEX triplet: E1, 6A and D0. RGB value is (225,106,208). Sum of RGB (Red+Green+Blue) = 225+106+208=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AD0 is #1E952F. Grayscale: #989898. Windows color (decimal): -2004272 or 13658849. OLE color: 13658849.

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

Color convert

RGB 225 106 208 -
CMYK 0 0.53 0.08 0.12
HSL 308.57º 0.66% 0.65% -
HSV(B) 308.57º 0.53% 0.88% -
XYZ 47.59 30.87 63.12 -
YUV 153.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 225 106 208 0 0.53 0.08 0.12 308.57 0.66 0.65
Hex E1 6A D0 0 35 8 C 135 42 41
Octal 341 152 320 0 65 10 14 465 102 101
Binary 11100001 1101010 11010000 0 110101 1000 1100 100110101 1000010 1000001

Color Harmonies of #E16AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AD0

Black with #E16AD0

Text Example


Text Example

White with #E16AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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