Html Css Color HEX #E36BE0 Orchid

📋 copy color: '#E36BE0'

red 227 ◦ green 107 ◦ blue 224

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

Shades of Orchid #E36BE0

Tints of Orchid #E36BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.18%

 BLUE value IS 224 (87.89% from 255) = 40.14%

R = 40.68%
G = 19.18%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E36BE0 (or 0xE36BE0) is known color: Orchid. HEX triplet: E3, 6B and E0. RGB value is (227,107,224). Sum of RGB (Red+Green+Blue) = 227+107+224=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BE0 is #1C941F. Grayscale: #9B9B9B. Windows color (decimal): -1872928 or 14707683. OLE color: 14707683.

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

Color convert

RGB 227 107 224 -
CMYK 0 0.53 0.01 0.11
HSL 301.5º 0.68% 0.65% -
HSV(B) 301.5º 0.53% 0.89% -
XYZ 50.39 32.23 74.09 -
YUV 156.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 227 107 224 0 0.53 0.01 0.11 301.5 0.68 0.65
Hex E3 6B E0 0 35 1 B 12E 44 41
Octal 343 153 340 0 65 1 13 456 104 101
Binary 11100011 1101011 11100000 0 110101 1 1011 100101110 1000100 1000001

Color Harmonies of #E36BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BE0

Black with #E36BE0

Text Example


Text Example

White with #E36BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BE0; }

 p { color: rgb(227,107,224); }

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

background-color css

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

 a { background-color: rgb(227,107,224); }

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

border-color css

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

 span { border-color: rgb(227,107,224); }

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