Html Css Color HEX #E06EDE Orchid

📋 copy color: '#E06EDE'

red 224 ◦ green 110 ◦ blue 222

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

Shades of Orchid #E06EDE

Tints of Orchid #E06EDE

RGB

 RED value IS 224 (87.89% from 255) = 40.29%

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

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

R = 40.29%
G = 19.78%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E06EDE (or 0xE06EDE) is known color: Orchid. HEX triplet: E0, 6E and DE. RGB value is (224,110,222). Sum of RGB (Red+Green+Blue) = 224+110+222=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EDE is #1F9121. Grayscale: #9C9C9C. Windows color (decimal): -2068770 or 14577376. OLE color: 14577376.

HSL color Cylindrical-coordinate representation of color #E06EDE: hue angle of 301.05º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06EDE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 110 222 -
CMYK 0 0.51 0.01 0.12
HSL 301.05º 0.65% 0.65% -
HSV(B) 301.05º 0.51% 0.88% -
XYZ 49.5 32.27 72.73 -
YUV 156.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 224 110 222 0 0.51 0.01 0.12 301.05 0.65 0.65
Hex E0 6E DE 0 33 1 C 12D 41 41
Octal 340 156 336 0 63 1 14 455 101 101
Binary 11100000 1101110 11011110 0 110011 1 1100 100101101 1000001 1000001

Color Harmonies of #E06EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EDE

Black with #E06EDE

Text Example


Text Example

White with #E06EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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