Html Css Color HEX #E16ACE Orchid

📋 copy color: '#E16ACE'

red 225 ◦ green 106 ◦ blue 206

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

Shades of Orchid #E16ACE

Tints of Orchid #E16ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 41.9%
G = 19.74%
B = 38.36%

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

#E16ACE (or 0xE16ACE) is known color: Orchid. HEX triplet: E1, 6A and CE. RGB value is (225,106,206). Sum of RGB (Red+Green+Blue) = 225+106+206=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ACE is #1E9531. Grayscale: #989898. Windows color (decimal): -2004274 or 13527777. OLE color: 13527777.

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

Color convert

RGB 225 106 206 -
CMYK 0 0.53 0.08 0.12
HSL 309.58º 0.66% 0.65% -
HSV(B) 309.58º 0.53% 0.88% -
XYZ 47.35 30.77 61.84 -
YUV 152.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 225 106 206 0 0.53 0.08 0.12 309.58 0.66 0.65
Hex E1 6A CE 0 35 8 C 136 42 41
Octal 341 152 316 0 65 10 14 466 102 101
Binary 11100001 1101010 11001110 0 110101 1000 1100 100110110 1000010 1000001

Color Harmonies of #E16ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16ACE

Black with #E16ACE

Text Example


Text Example

White with #E16ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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