Html Css Color HEX #E36ED7 Orchid

📋 copy color: '#E36ED7'

red 227 ◦ green 110 ◦ blue 215

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

Shades of Orchid #E36ED7

Tints of Orchid #E36ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.93%

 BLUE value IS 215 (84.38% from 255) = 38.95%

R = 41.12%
G = 19.93%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E36ED7 (or 0xE36ED7) is known color: Orchid. HEX triplet: E3, 6E and D7. RGB value is (227,110,215). Sum of RGB (Red+Green+Blue) = 227+110+215=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E36ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36ED7 is #1C9128. Grayscale: #9C9C9C. Windows color (decimal): -1872169 or 14118627. OLE color: 14118627.

HSL color Cylindrical-coordinate representation of color #E36ED7: hue angle of 306.15º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36ED7 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 110 215 -
CMYK 0 0.52 0.05 0.11
HSL 306.15º 0.68% 0.66% -
HSV(B) 306.15º 0.52% 0.89% -
XYZ 49.52 32.39 67.93 -
YUV 156.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 227 110 215 0 0.52 0.05 0.11 306.15 0.68 0.66
Hex E3 6E D7 0 34 5 B 132 44 42
Octal 343 156 327 0 64 5 13 462 104 102
Binary 11100011 1101110 11010111 0 110100 101 1011 100110010 1000100 1000010

Color Harmonies of #E36ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36ED7

Black with #E36ED7

Text Example


Text Example

White with #E36ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36ED7; }

 p { color: rgb(227,110,215); }

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

background-color css

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

 a { background-color: rgb(227,110,215); }

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

border-color css

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

 span { border-color: rgb(227,110,215); }

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