Html Css Color HEX #E36BEB Orchid

📋 copy color: '#E36BEB'

red 227 ◦ green 107 ◦ blue 235

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

Shades of Orchid #E36BEB

Tints of Orchid #E36BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 39.89%
G = 18.8%
B = 41.3%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E36BEB (or 0xE36BEB) is known color: Orchid. HEX triplet: E3, 6B and EB. RGB value is (227,107,235). Sum of RGB (Red+Green+Blue) = 227+107+235=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #E36BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36BEB is #1C9414. Grayscale: #9D9D9D. Windows color (decimal): -1872917 or 15428579. OLE color: 15428579.

HSL color Cylindrical-coordinate representation of color #E36BEB: hue angle of 296.25º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E36BEB is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 107 235 -
CMYK 0.03 0.54 0 0.08
HSL 296.25º 0.76% 0.67% -
HSV(B) 296.25º 0.54% 0.92% -
XYZ 51.93 32.84 82.2 -
YUV 157.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 227 107 235 0.03 0.54 0 0.08 296.25 0.76 0.67
Hex E3 6B EB 3 36 0 8 128 4C 43
Octal 343 153 353 3 66 0 10 450 114 103
Binary 11100011 1101011 11101011 11 110110 0 1000 100101000 1001100 1000011

Color Harmonies of #E36BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BEB

Black with #E36BEB

Text Example


Text Example

White with #E36BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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