Html Css Color HEX #E16BE1 Orchid

📋 copy color: '#E16BE1'

red 225 ◦ green 107 ◦ blue 225

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

Shades of Orchid #E16BE1

Tints of Orchid #E16BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.21%

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

R = 40.39%
G = 19.21%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E16BE1 (or 0xE16BE1) is known color: Orchid. HEX triplet: E1, 6B and E1. RGB value is (225,107,225). Sum of RGB (Red+Green+Blue) = 225+107+225=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E16BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BE1 is #1E941E. Grayscale: #9B9B9B. Windows color (decimal): -2003999 or 14773217. OLE color: 14773217.

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

Color convert

RGB 225 107 225 -
CMYK 0 0.52 0 0.12
HSL 300º 0.66% 0.65% -
HSV(B) 300º 0.52% 0.88% -
XYZ 49.9 31.96 74.77 -
YUV 155.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 225 107 225 0 0.52 0 0.12 300 0.66 0.65
Hex E1 6B E1 0 34 0 C 12C 42 41
Octal 341 153 341 0 64 0 14 454 102 101
Binary 11100001 1101011 11100001 0 110100 0 1100 100101100 1000010 1000001

Color Harmonies of #E16BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BE1

Black with #E16BE1

Text Example


Text Example

White with #E16BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BE1; }

 p { color: rgb(225,107,225); }

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

background-color css

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

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

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

border-color css

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

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

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