Html Css Color HEX #E16AE3 Orchid

📋 copy color: '#E16AE3'

red 225 ◦ green 106 ◦ blue 227

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

Shades of Orchid #E16AE3

Tints of Orchid #E16AE3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19%

 BLUE value IS 227 (89.06% from 255) = 40.68%

R = 40.32%
G = 19%
B = 40.68%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E16AE3 (or 0xE16AE3) is known color: Orchid. HEX triplet: E1, 6A and E3. RGB value is (225,106,227). Sum of RGB (Red+Green+Blue) = 225+106+227=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #E16AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AE3 is #1E951C. Grayscale: #9B9B9B. Windows color (decimal): -2004253 or 14904033. OLE color: 14904033.

HSL color Cylindrical-coordinate representation of color #E16AE3: hue angle of 299.01º degrees, saturation: 0.68, 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 #E16AE3 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 106 227 -
CMYK 0.01 0.53 0 0.11
HSL 299.01º 0.68% 0.65% -
HSV(B) 299.01º 0.53% 0.89% -
XYZ 50.07 31.86 76.18 -
YUV 155.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 225 106 227 0.01 0.53 0 0.11 299.01 0.68 0.65
Hex E1 6A E3 1 35 0 B 12B 44 41
Octal 341 152 343 1 65 0 13 453 104 101
Binary 11100001 1101010 11100011 1 110101 0 1011 100101011 1000100 1000001

Color Harmonies of #E16AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AE3

Black with #E16AE3

Text Example


Text Example

White with #E16AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AE3; }

 p { color: rgb(225,106,227); }

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

background-color css

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

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

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

border-color css

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

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

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