Html Css Color HEX #E66ADA Orchid

📋 copy color: '#E66ADA'

red 230 ◦ green 106 ◦ blue 218

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

Shades of Orchid #E66ADA

Tints of Orchid #E66ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 41.52%
G = 19.13%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E66ADA (or 0xE66ADA) is known color: Orchid. HEX triplet: E6, 6A and DA. RGB value is (230,106,218). Sum of RGB (Red+Green+Blue) = 230+106+218=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ADA is #199525. Grayscale: #9B9B9B. Windows color (decimal): -1676582 or 14314214. OLE color: 14314214.

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

Color convert

RGB 230 106 218 -
CMYK 0 0.54 0.05 0.10
HSL 305.81º 0.71% 0.66% -
HSV(B) 305.81º 0.54% 0.9% -
XYZ 50.44 32.19 69.88 -
YUV 155.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 230 106 218 0 0.54 0.05 0.10 305.81 0.71 0.66
Hex E6 6A DA 0 36 5 A 132 47 42
Octal 346 152 332 0 66 5 12 462 107 102
Binary 11100110 1101010 11011010 0 110110 101 1010 100110010 1000111 1000010

Color Harmonies of #E66ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66ADA

Black with #E66ADA

Text Example


Text Example

White with #E66ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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