Html Css Color HEX #E46EDB Orchid

📋 copy color: '#E46EDB'

red 228 ◦ green 110 ◦ blue 219

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

Shades of Orchid #E46EDB

Tints of Orchid #E46EDB

RGB

 RED value IS 228 (89.45% from 255) = 40.93%

 GREEN value IS 110 (43.36% from 255) = 19.75%

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

R = 40.93%
G = 19.75%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E46EDB (or 0xE46EDB) is known color: Orchid. HEX triplet: E4, 6E and DB. RGB value is (228,110,219). Sum of RGB (Red+Green+Blue) = 228+110+219=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E46EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46EDB is #1B9124. Grayscale: #9D9D9D. Windows color (decimal): -1806629 or 14380772. OLE color: 14380772.

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

Color convert

RGB 228 110 219 -
CMYK 0 0.52 0.04 0.11
HSL 304.58º 0.69% 0.66% -
HSV(B) 304.58º 0.52% 0.89% -
XYZ 50.36 32.76 70.69 -
YUV 157.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 228 110 219 0 0.52 0.04 0.11 304.58 0.69 0.66
Hex E4 6E DB 0 34 4 B 131 45 42
Octal 344 156 333 0 64 4 13 461 105 102
Binary 11100100 1101110 11011011 0 110100 100 1011 100110001 1000101 1000010

Color Harmonies of #E46EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46EDB

Black with #E46EDB

Text Example


Text Example

White with #E46EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46EDB; }

 p { color: rgb(228,110,219); }

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

background-color css

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

 a { background-color: rgb(228,110,219); }

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

border-color css

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

 span { border-color: rgb(228,110,219); }

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