Html Css Color HEX #E16EDE Orchid

📋 copy color: '#E16EDE'

red 225 ◦ green 110 ◦ blue 222

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

Shades of Orchid #E16EDE

Tints of Orchid #E16EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.75%

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 40.39%
G = 19.75%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E16EDE (or 0xE16EDE) is known color: Orchid. HEX triplet: E1, 6E and DE. RGB value is (225,110,222). Sum of RGB (Red+Green+Blue) = 225+110+222=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EDE is #1E9121. Grayscale: #9C9C9C. Windows color (decimal): -2003234 or 14577377. OLE color: 14577377.

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

Color convert

RGB 225 110 222 -
CMYK 0 0.51 0.01 0.12
HSL 301.57º 0.66% 0.66% -
HSV(B) 301.57º 0.51% 0.88% -
XYZ 49.81 32.43 72.74 -
YUV 157.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 225 110 222 0 0.51 0.01 0.12 301.57 0.66 0.66
Hex E1 6E DE 0 33 1 C 12E 42 42
Octal 341 156 336 0 63 1 14 456 102 102
Binary 11100001 1101110 11011110 0 110011 1 1100 100101110 1000010 1000010

Color Harmonies of #E16EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16EDE

Black with #E16EDE

Text Example


Text Example

White with #E16EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16EDE; }

 p { color: rgb(225,110,222); }

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

background-color css

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

 a { background-color: rgb(225,110,222); }

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

border-color css

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

 span { border-color: rgb(225,110,222); }

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