Html Css Color HEX #E66ADE Orchid

📋 copy color: '#E66ADE'

red 230 ◦ green 106 ◦ blue 222

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

Shades of Orchid #E66ADE

Tints of Orchid #E66ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.78%

R = 41.22%
G = 19%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E66ADE (or 0xE66ADE) is known color: Orchid. HEX triplet: E6, 6A and DE. RGB value is (230,106,222). Sum of RGB (Red+Green+Blue) = 230+106+222=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ADE is #199521. Grayscale: #9B9B9B. Windows color (decimal): -1676578 or 14576358. OLE color: 14576358.

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

Color convert

RGB 230 106 222 -
CMYK 0 0.54 0.03 0.10
HSL 303.87º 0.71% 0.66% -
HSV(B) 303.87º 0.54% 0.9% -
XYZ 50.97 32.4 72.68 -
YUV 156.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 230 106 222 0 0.54 0.03 0.10 303.87 0.71 0.66
Hex E6 6A DE 0 36 3 A 130 47 42
Octal 346 152 336 0 66 3 12 460 107 102
Binary 11100110 1101010 11011110 0 110110 11 1010 100110000 1000111 1000010

Color Harmonies of #E66ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66ADE

Black with #E66ADE

Text Example


Text Example

White with #E66ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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