Html Css Color HEX #E16FDE Orchid

📋 copy color: '#E16FDE'

red 225 ◦ green 111 ◦ blue 222

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

Shades of Orchid #E16FDE

Tints of Orchid #E16FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.89%

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

R = 40.32%
G = 19.89%
B = 39.78%

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

#E16FDE (or 0xE16FDE) is known color: Orchid. HEX triplet: E1, 6F and DE. RGB value is (225,111,222). Sum of RGB (Red+Green+Blue) = 225+111+222=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FDE is #1E9021. Grayscale: #9D9D9D. Windows color (decimal): -2002978 or 14577633. OLE color: 14577633.

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

Color convert

RGB 225 111 222 -
CMYK 0 0.51 0.01 0.12
HSL 301.58º 0.66% 0.66% -
HSV(B) 301.58º 0.51% 0.88% -
XYZ 49.92 32.65 72.78 -
YUV 157.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 225 111 222 0 0.51 0.01 0.12 301.58 0.66 0.66
Hex E1 6F DE 0 33 1 C 12E 42 42
Octal 341 157 336 0 63 1 14 456 102 102
Binary 11100001 1101111 11011110 0 110011 1 1100 100101110 1000010 1000010

Color Harmonies of #E16FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FDE

Black with #E16FDE

Text Example


Text Example

White with #E16FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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