Html Css Color HEX #E36FE0 Orchid

📋 copy color: '#E36FE0'

red 227 ◦ green 111 ◦ blue 224

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

Shades of Orchid #E36FE0

Tints of Orchid #E36FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.75%

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

R = 40.39%
G = 19.75%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E36FE0 (or 0xE36FE0) is known color: Orchid. HEX triplet: E3, 6F and E0. RGB value is (227,111,224). Sum of RGB (Red+Green+Blue) = 227+111+224=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FE0 is #1C901F. Grayscale: #9E9E9E. Windows color (decimal): -1871904 or 14708707. OLE color: 14708707.

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

Color convert

RGB 227 111 224 -
CMYK 0 0.51 0.01 0.11
HSL 301.55º 0.67% 0.66% -
HSV(B) 301.55º 0.51% 0.89% -
XYZ 50.82 33.08 74.23 -
YUV 158.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 227 111 224 0 0.51 0.01 0.11 301.55 0.67 0.66
Hex E3 6F E0 0 33 1 B 12E 43 42
Octal 343 157 340 0 63 1 13 456 103 102
Binary 11100011 1101111 11100000 0 110011 1 1011 100101110 1000011 1000010

Color Harmonies of #E36FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36FE0

Black with #E36FE0

Text Example


Text Example

White with #E36FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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