Html Css Color HEX #E36ADB Orchid

📋 copy color: '#E36ADB'

red 227 ◦ green 106 ◦ blue 219

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

Shades of Orchid #E36ADB

Tints of Orchid #E36ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.2%

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 41.12%
G = 19.2%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E36ADB (or 0xE36ADB) is known color: Orchid. HEX triplet: E3, 6A and DB. RGB value is (227,106,219). Sum of RGB (Red+Green+Blue) = 227+106+219=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E36ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36ADB is #1C9524. Grayscale: #9A9A9A. Windows color (decimal): -1873189 or 14379747. OLE color: 14379747.

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

Color convert

RGB 227 106 219 -
CMYK 0 0.53 0.04 0.11
HSL 303.97º 0.68% 0.65% -
HSV(B) 303.97º 0.53% 0.89% -
XYZ 49.62 31.75 70.53 -
YUV 155.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 227 106 219 0 0.53 0.04 0.11 303.97 0.68 0.65
Hex E3 6A DB 0 35 4 B 130 44 41
Octal 343 152 333 0 65 4 13 460 104 101
Binary 11100011 1101010 11011011 0 110101 100 1011 100110000 1000100 1000001

Color Harmonies of #E36ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36ADB

Black with #E36ADB

Text Example


Text Example

White with #E36ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36ADB; }

 p { color: rgb(227,106,219); }

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

background-color css

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

 a { background-color: rgb(227,106,219); }

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

border-color css

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

 span { border-color: rgb(227,106,219); }

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