Html Css Color HEX #E36AC9 Orchid

📋 copy color: '#E36AC9'

red 227 ◦ green 106 ◦ blue 201

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

Shades of Orchid #E36AC9

Tints of Orchid #E36AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.64%

R = 42.51%
G = 19.85%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E36AC9 (or 0xE36AC9) is known color: Orchid. HEX triplet: E3, 6A and C9. RGB value is (227,106,201). Sum of RGB (Red+Green+Blue) = 227+106+201=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AC9 is #1C9536. Grayscale: #989898. Windows color (decimal): -1873207 or 13200099. OLE color: 13200099.

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

Color convert

RGB 227 106 201 -
CMYK 0 0.53 0.11 0.11
HSL 312.89º 0.68% 0.65% -
HSV(B) 312.89º 0.53% 0.89% -
XYZ 47.38 30.86 58.72 -
YUV 153.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 227 106 201 0 0.53 0.11 0.11 312.89 0.68 0.65
Hex E3 6A C9 0 35 B B 139 44 41
Octal 343 152 311 0 65 13 13 471 104 101
Binary 11100011 1101010 11001001 0 110101 1011 1011 100111001 1000100 1000001

Color Harmonies of #E36AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36AC9

Black with #E36AC9

Text Example


Text Example

White with #E36AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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