Html Css Color HEX #E66EDA Orchid

📋 copy color: '#E66EDA'

red 230 ◦ green 110 ◦ blue 218

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

Shades of Orchid #E66EDA

Tints of Orchid #E66EDA

RGB

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

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

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

R = 41.22%
G = 19.71%
B = 39.07%

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

#E66EDA (or 0xE66EDA) is known color: Orchid. HEX triplet: E6, 6E and DA. RGB value is (230,110,218). Sum of RGB (Red+Green+Blue) = 230+110+218=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66EDA is #199125. Grayscale: #9D9D9D. Windows color (decimal): -1675558 or 14315238. OLE color: 14315238.

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

Color convert

RGB 230 110 218 -
CMYK 0 0.52 0.05 0.10
HSL 306º 0.71% 0.67% -
HSV(B) 306º 0.52% 0.9% -
XYZ 50.86 33.04 70.03 -
YUV 158.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 230 110 218 0 0.52 0.05 0.10 306 0.71 0.67
Hex E6 6E DA 0 34 5 A 132 47 43
Octal 346 156 332 0 64 5 12 462 107 103
Binary 11100110 1101110 11011010 0 110100 101 1010 100110010 1000111 1000011

Color Harmonies of #E66EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66EDA

Black with #E66EDA

Text Example


Text Example

White with #E66EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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