Html Css Color HEX #E66EDE Orchid

📋 copy color: '#E66EDE'

red 230 ◦ green 110 ◦ blue 222

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

Shades of Orchid #E66EDE

Tints of Orchid #E66EDE

RGB

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

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

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

R = 40.93%
G = 19.57%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E66EDE (or 0xE66EDE) is known color: Orchid. HEX triplet: E6, 6E and DE. RGB value is (230,110,222). Sum of RGB (Red+Green+Blue) = 230+110+222=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66EDE is #199121. Grayscale: #9E9E9E. Windows color (decimal): -1675554 or 14577382. OLE color: 14577382.

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

Color convert

RGB 230 110 222 -
CMYK 0 0.52 0.03 0.10
HSL 304º 0.71% 0.67% -
HSV(B) 304º 0.52% 0.9% -
XYZ 51.39 33.25 72.82 -
YUV 158.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 230 110 222 0 0.52 0.03 0.10 304 0.71 0.67
Hex E6 6E DE 0 34 3 A 130 47 43
Octal 346 156 336 0 64 3 12 460 107 103
Binary 11100110 1101110 11011110 0 110100 11 1010 100110000 1000111 1000011

Color Harmonies of #E66EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66EDE

Black with #E66EDE

Text Example


Text Example

White with #E66EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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