Html Css Color HEX #E06EC3 Orchid

📋 copy color: '#E06EC3'

red 224 ◦ green 110 ◦ blue 195

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

Shades of Orchid #E06EC3

Tints of Orchid #E06EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.86%

R = 42.34%
G = 20.79%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E06EC3 (or 0xE06EC3) is known color: Orchid. HEX triplet: E0, 6E and C3. RGB value is (224,110,195). Sum of RGB (Red+Green+Blue) = 224+110+195=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EC3 is #1F913C. Grayscale: #999999. Windows color (decimal): -2068797 or 12807904. OLE color: 12807904.

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

Color convert

RGB 224 110 195 -
CMYK 0 0.51 0.13 0.12
HSL 315.26º 0.65% 0.65% -
HSV(B) 315.26º 0.51% 0.88% -
XYZ 46.17 30.94 55.17 -
YUV 153.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 224 110 195 0 0.51 0.13 0.12 315.26 0.65 0.65
Hex E0 6E C3 0 33 D C 13B 41 41
Octal 340 156 303 0 63 15 14 473 101 101
Binary 11100000 1101110 11000011 0 110011 1101 1100 100111011 1000001 1000001

Color Harmonies of #E06EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EC3

Black with #E06EC3

Text Example


Text Example

White with #E06EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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