Html Css Color HEX #E16BE2 Orchid

📋 copy color: '#E16BE2'

red 225 ◦ green 107 ◦ blue 226

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

Shades of Orchid #E16BE2

Tints of Orchid #E16BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.5%

R = 40.32%
G = 19.18%
B = 40.5%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E16BE2 (or 0xE16BE2) is known color: Orchid. HEX triplet: E1, 6B and E2. RGB value is (225,107,226). Sum of RGB (Red+Green+Blue) = 225+107+226=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 226 - color contains mainly: blue. Hex color #E16BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BE2 is #1E941D. Grayscale: #9B9B9B. Windows color (decimal): -2003998 or 14838753. OLE color: 14838753.

HSL color Cylindrical-coordinate representation of color #E16BE2: hue angle of 299.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16BE2 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 107 226 -
CMYK 0.00 0.53 0 0.11
HSL 299.5º 0.67% 0.65% -
HSV(B) 299.5º 0.53% 0.89% -
XYZ 50.04 32.01 75.49 -
YUV 155.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 225 107 226 0.00 0.53 0 0.11 299.5 0.67 0.65
Hex E1 6B E2 0 35 0 B 12B 43 41
Octal 341 153 342 0 65 0 13 453 103 101
Binary 11100001 1101011 11100010 0 110101 0 1011 100101011 1000011 1000001

Color Harmonies of #E16BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BE2

Black with #E16BE2

Text Example


Text Example

White with #E16BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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