Html Css Color HEX #E66ACE Orchid

📋 copy color: '#E66ACE'

red 230 ◦ green 106 ◦ blue 206

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

Shades of Orchid #E66ACE

Tints of Orchid #E66ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.56%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 42.44%
G = 19.56%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E66ACE (or 0xE66ACE) is known color: Orchid. HEX triplet: E6, 6A and CE. RGB value is (230,106,206). Sum of RGB (Red+Green+Blue) = 230+106+206=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ACE is #199531. Grayscale: #9A9A9A. Windows color (decimal): -1676594 or 13527782. OLE color: 13527782.

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

Color convert

RGB 230 106 206 -
CMYK 0 0.54 0.10 0.10
HSL 311.61º 0.71% 0.66% -
HSV(B) 311.61º 0.54% 0.9% -
XYZ 48.93 31.59 61.91 -
YUV 154.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 230 106 206 0 0.54 0.10 0.10 311.61 0.71 0.66
Hex E6 6A CE 0 36 A A 138 47 42
Octal 346 152 316 0 66 12 12 470 107 102
Binary 11100110 1101010 11001110 0 110110 1010 1010 100111000 1000111 1000010

Color Harmonies of #E66ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66ACE

Black with #E66ACE

Text Example


Text Example

White with #E66ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66ACE; }

 p { color: rgb(230,106,206); }

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

background-color css

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

 a { background-color: rgb(230,106,206); }

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

border-color css

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

 span { border-color: rgb(230,106,206); }

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