Html Css Color HEX #E36AD6 Orchid

📋 copy color: '#E36AD6'

red 227 ◦ green 106 ◦ blue 214

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

Shades of Orchid #E36AD6

Tints of Orchid #E36AD6

RGB

 RED value IS 227 (89.06% from 255) = 41.5%

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

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 41.5%
G = 19.38%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E36AD6 (or 0xE36AD6) is known color: Orchid. HEX triplet: E3, 6A and D6. RGB value is (227,106,214). Sum of RGB (Red+Green+Blue) = 227+106+214=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AD6 is #1C9529. Grayscale: #9A9A9A. Windows color (decimal): -1873194 or 14052067. OLE color: 14052067.

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

Color convert

RGB 227 106 214 -
CMYK 0 0.53 0.06 0.11
HSL 306.45º 0.68% 0.65% -
HSV(B) 306.45º 0.53% 0.89% -
XYZ 48.97 31.49 67.12 -
YUV 154.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 227 106 214 0 0.53 0.06 0.11 306.45 0.68 0.65
Hex E3 6A D6 0 35 6 B 132 44 41
Octal 343 152 326 0 65 6 13 462 104 101
Binary 11100011 1101010 11010110 0 110101 110 1011 100110010 1000100 1000001

Color Harmonies of #E36AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36AD6

Black with #E36AD6

Text Example


Text Example

White with #E36AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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