Html Css Color HEX #E37EDB Orchid

📋 copy color: '#E37EDB'

red 227 ◦ green 126 ◦ blue 219

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

Shades of Orchid #E37EDB

Tints of Orchid #E37EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.03%

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

R = 39.69%
G = 22.03%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E37EDB (or 0xE37EDB) is known color: Orchid. HEX triplet: E3, 7E and DB. RGB value is (227,126,219). Sum of RGB (Red+Green+Blue) = 227+126+219=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EDB is #1C8124. Grayscale: #A6A6A6. Windows color (decimal): -1868069 or 14384867. OLE color: 14384867.

HSL color Cylindrical-coordinate representation of color #E37EDB: hue angle of 304.75º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37EDB is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 126 219 -
CMYK 0 0.44 0.04 0.11
HSL 304.75º 0.64% 0.69% -
HSV(B) 304.75º 0.44% 0.89% -
XYZ 51.93 36.37 71.3 -
YUV 166.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 227 126 219 0 0.44 0.04 0.11 304.75 0.64 0.69
Hex E3 7E DB 0 2C 4 B 131 40 45
Octal 343 176 333 0 54 4 13 461 100 105
Binary 11100011 1111110 11011011 0 101100 100 1011 100110001 1000000 1000101

Color Harmonies of #E37EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37EDB

Black with #E37EDB

Text Example


Text Example

White with #E37EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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