Html Css Color HEX #E36EDA Orchid

📋 copy color: '#E36EDA'

red 227 ◦ green 110 ◦ blue 218

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

Shades of Orchid #E36EDA

Tints of Orchid #E36EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 40.9%
G = 19.82%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E36EDA (or 0xE36EDA) is known color: Orchid. HEX triplet: E3, 6E and DA. RGB value is (227,110,218). Sum of RGB (Red+Green+Blue) = 227+110+218=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E36EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36EDA is #1C9125. Grayscale: #9C9C9C. Windows color (decimal): -1872166 or 14315235. OLE color: 14315235.

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

Color convert

RGB 227 110 218 -
CMYK 0 0.52 0.04 0.11
HSL 304.62º 0.68% 0.66% -
HSV(B) 304.62º 0.52% 0.89% -
XYZ 49.91 32.54 69.98 -
YUV 157.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 227 110 218 0 0.52 0.04 0.11 304.62 0.68 0.66
Hex E3 6E DA 0 34 4 B 131 44 42
Octal 343 156 332 0 64 4 13 461 104 102
Binary 11100011 1101110 11011010 0 110100 100 1011 100110001 1000100 1000010

Color Harmonies of #E36EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36EDA

Black with #E36EDA

Text Example


Text Example

White with #E36EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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