Html Css Color HEX #E66EDB Orchid

📋 copy color: '#E66EDB'

red 230 ◦ green 110 ◦ blue 219

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

Shades of Orchid #E66EDB

Tints of Orchid #E66EDB

RGB

 RED value IS 230 (90.23% from 255) = 41.14%

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

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

R = 41.14%
G = 19.68%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E66EDB (or 0xE66EDB) is known color: Orchid. HEX triplet: E6, 6E and DB. RGB value is (230,110,219). Sum of RGB (Red+Green+Blue) = 230+110+219=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66EDB is #199124. Grayscale: #9D9D9D. Windows color (decimal): -1675557 or 14380774. OLE color: 14380774.

HSL color Cylindrical-coordinate representation of color #E66EDB: hue angle of 305.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EDB is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 110 219 -
CMYK 0 0.52 0.05 0.10
HSL 305.5º 0.71% 0.67% -
HSV(B) 305.5º 0.52% 0.9% -
XYZ 51 33.09 70.72 -
YUV 158.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 230 110 219 0 0.52 0.05 0.10 305.5 0.71 0.67
Hex E6 6E DB 0 34 5 A 132 47 43
Octal 346 156 333 0 64 5 12 462 107 103
Binary 11100110 1101110 11011011 0 110100 101 1010 100110010 1000111 1000011

Color Harmonies of #E66EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66EDB

Black with #E66EDB

Text Example


Text Example

White with #E66EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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