Html Css Color HEX #E16AD3 Orchid

📋 copy color: '#E16AD3'

red 225 ◦ green 106 ◦ blue 211

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

Shades of Orchid #E16AD3

Tints of Orchid #E16AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 41.51%
G = 19.56%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E16AD3 (or 0xE16AD3) is known color: Orchid. HEX triplet: E1, 6A and D3. RGB value is (225,106,211). Sum of RGB (Red+Green+Blue) = 225+106+211=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AD3 is #1E952C. Grayscale: #999999. Windows color (decimal): -2004269 or 13855457. OLE color: 13855457.

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

Color convert

RGB 225 106 211 -
CMYK 0 0.53 0.06 0.12
HSL 307.06º 0.66% 0.65% -
HSV(B) 307.06º 0.53% 0.88% -
XYZ 47.96 31.02 65.09 -
YUV 153.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 225 106 211 0 0.53 0.06 0.12 307.06 0.66 0.65
Hex E1 6A D3 0 35 6 C 133 42 41
Octal 341 152 323 0 65 6 14 463 102 101
Binary 11100001 1101010 11010011 0 110101 110 1100 100110011 1000010 1000001

Color Harmonies of #E16AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AD3

Black with #E16AD3

Text Example


Text Example

White with #E16AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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