Html Css Color HEX #E36FDB Orchid

📋 copy color: '#E36FDB'

red 227 ◦ green 111 ◦ blue 219

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

Shades of Orchid #E36FDB

Tints of Orchid #E36FDB

RGB

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

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

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

R = 40.75%
G = 19.93%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E36FDB (or 0xE36FDB) is known color: Orchid. HEX triplet: E3, 6F and DB. RGB value is (227,111,219). Sum of RGB (Red+Green+Blue) = 227+111+219=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FDB is #1C9024. Grayscale: #9D9D9D. Windows color (decimal): -1871909 or 14381027. OLE color: 14381027.

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

Color convert

RGB 227 111 219 -
CMYK 0 0.51 0.04 0.11
HSL 304.14º 0.67% 0.66% -
HSV(B) 304.14º 0.51% 0.89% -
XYZ 50.15 32.81 70.71 -
YUV 158 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 227 111 219 0 0.51 0.04 0.11 304.14 0.67 0.66
Hex E3 6F DB 0 33 4 B 130 43 42
Octal 343 157 333 0 63 4 13 460 103 102
Binary 11100011 1101111 11011011 0 110011 100 1011 100110000 1000011 1000010

Color Harmonies of #E36FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36FDB

Black with #E36FDB

Text Example


Text Example

White with #E36FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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