Html Css Color HEX #E66ED8 Orchid

📋 copy color: '#E66ED8'

red 230 ◦ green 110 ◦ blue 216

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

Shades of Orchid #E66ED8

Tints of Orchid #E66ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 41.37%
G = 19.78%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E66ED8 (or 0xE66ED8) is known color: Orchid. HEX triplet: E6, 6E and D8. RGB value is (230,110,216). Sum of RGB (Red+Green+Blue) = 230+110+216=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ED8 is #199127. Grayscale: #9D9D9D. Windows color (decimal): -1675560 or 14184166. OLE color: 14184166.

HSL color Cylindrical-coordinate representation of color #E66ED8: hue angle of 307º 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 #E66ED8 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 110 216 -
CMYK 0 0.52 0.06 0.10
HSL 307º 0.71% 0.67% -
HSV(B) 307º 0.52% 0.9% -
XYZ 50.6 32.93 68.66 -
YUV 157.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 230 110 216 0 0.52 0.06 0.10 307 0.71 0.67
Hex E6 6E D8 0 34 6 A 133 47 43
Octal 346 156 330 0 64 6 12 463 107 103
Binary 11100110 1101110 11011000 0 110100 110 1010 100110011 1000111 1000011

Color Harmonies of #E66ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66ED8

Black with #E66ED8

Text Example


Text Example

White with #E66ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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