Html Css Color HEX #E16ECF Orchid

📋 copy color: '#E16ECF'

red 225 ◦ green 110 ◦ blue 207

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

Shades of Orchid #E16ECF

Tints of Orchid #E16ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 41.51%
G = 20.3%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E16ECF (or 0xE16ECF) is known color: Orchid. HEX triplet: E1, 6E and CF. RGB value is (225,110,207). Sum of RGB (Red+Green+Blue) = 225+110+207=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ECF is #1E9130. Grayscale: #9B9B9B. Windows color (decimal): -2003249 or 13594337. OLE color: 13594337.

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

Color convert

RGB 225 110 207 -
CMYK 0 0.51 0.08 0.12
HSL 309.39º 0.66% 0.66% -
HSV(B) 309.39º 0.51% 0.88% -
XYZ 47.89 31.66 62.62 -
YUV 155.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 225 110 207 0 0.51 0.08 0.12 309.39 0.66 0.66
Hex E1 6E CF 0 33 8 C 135 42 42
Octal 341 156 317 0 63 10 14 465 102 102
Binary 11100001 1101110 11001111 0 110011 1000 1100 100110101 1000010 1000010

Color Harmonies of #E16ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16ECF

Black with #E16ECF

Text Example


Text Example

White with #E16ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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