Html Css Color HEX #E06ECE Orchid

📋 copy color: '#E06ECE'

red 224 ◦ green 110 ◦ blue 206

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

Shades of Orchid #E06ECE

Tints of Orchid #E06ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 41.48%
G = 20.37%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E06ECE (or 0xE06ECE) is known color: Orchid. HEX triplet: E0, 6E and CE. RGB value is (224,110,206). Sum of RGB (Red+Green+Blue) = 224+110+206=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ECE is #1F9131. Grayscale: #9A9A9A. Windows color (decimal): -2068786 or 13528800. OLE color: 13528800.

HSL color Cylindrical-coordinate representation of color #E06ECE: hue angle of 309.47º 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 #E06ECE is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 110 206 -
CMYK 0 0.51 0.08 0.12
HSL 309.47º 0.65% 0.65% -
HSV(B) 309.47º 0.51% 0.88% -
XYZ 47.46 31.46 61.96 -
YUV 155.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 224 110 206 0 0.51 0.08 0.12 309.47 0.65 0.65
Hex E0 6E CE 0 33 8 C 135 41 41
Octal 340 156 316 0 63 10 14 465 101 101
Binary 11100000 1101110 11001110 0 110011 1000 1100 100110101 1000001 1000001

Color Harmonies of #E06ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ECE

Black with #E06ECE

Text Example


Text Example

White with #E06ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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