Html Css Color HEX #E36AC2 Orchid

📋 copy color: '#E36AC2'

red 227 ◦ green 106 ◦ blue 194

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

Shades of Orchid #E36AC2

Tints of Orchid #E36AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 43.07%
G = 20.11%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E36AC2 (or 0xE36AC2) is known color: Orchid. HEX triplet: E3, 6A and C2. RGB value is (227,106,194). Sum of RGB (Red+Green+Blue) = 227+106+194=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AC2 is #1C953D. Grayscale: #979797. Windows color (decimal): -1873214 or 12741347. OLE color: 12741347.

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

Color convert

RGB 227 106 194 -
CMYK 0 0.53 0.15 0.11
HSL 316.36º 0.68% 0.65% -
HSV(B) 316.36º 0.53% 0.89% -
XYZ 46.57 30.53 54.48 -
YUV 152.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 227 106 194 0 0.53 0.15 0.11 316.36 0.68 0.65
Hex E3 6A C2 0 35 F B 13C 44 41
Octal 343 152 302 0 65 17 13 474 104 101
Binary 11100011 1101010 11000010 0 110101 1111 1011 100111100 1000100 1000001

Color Harmonies of #E36AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36AC2

Black with #E36AC2

Text Example


Text Example

White with #E36AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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