Html Css Color HEX #E06ECC Orchid

📋 copy color: '#E06ECC'

red 224 ◦ green 110 ◦ blue 204

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

Shades of Orchid #E06ECC

Tints of Orchid #E06ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 41.64%
G = 20.45%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E06ECC (or 0xE06ECC) is known color: Orchid. HEX triplet: E0, 6E and CC. RGB value is (224,110,204). Sum of RGB (Red+Green+Blue) = 224+110+204=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ECC is #1F9133. Grayscale: #9A9A9A. Windows color (decimal): -2068788 or 13397728. OLE color: 13397728.

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

Color convert

RGB 224 110 204 -
CMYK 0 0.51 0.09 0.12
HSL 310.53º 0.65% 0.65% -
HSV(B) 310.53º 0.51% 0.88% -
XYZ 47.22 31.36 60.69 -
YUV 154.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 224 110 204 0 0.51 0.09 0.12 310.53 0.65 0.65
Hex E0 6E CC 0 33 9 C 137 41 41
Octal 340 156 314 0 63 11 14 467 101 101
Binary 11100000 1101110 11001100 0 110011 1001 1100 100110111 1000001 1000001

Color Harmonies of #E06ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ECC

Black with #E06ECC

Text Example


Text Example

White with #E06ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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