Html Css Color HEX #E06EE1 Orchid

📋 copy color: '#E06EE1'

red 224 ◦ green 110 ◦ blue 225

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

Shades of Orchid #E06EE1

Tints of Orchid #E06EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.25%

R = 40.07%
G = 19.68%
B = 40.25%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E06EE1 (or 0xE06EE1) is known color: Orchid. HEX triplet: E0, 6E and E1. RGB value is (224,110,225). Sum of RGB (Red+Green+Blue) = 224+110+225=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #E06EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EE1 is #1F911E. Grayscale: #9C9C9C. Windows color (decimal): -2068767 or 14773984. OLE color: 14773984.

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

Color convert

RGB 224 110 225 -
CMYK 0.00 0.51 0 0.12
HSL 299.48º 0.66% 0.66% -
HSV(B) 299.48º 0.51% 0.88% -
XYZ 49.91 32.44 74.86 -
YUV 157.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 224 110 225 0.00 0.51 0 0.12 299.48 0.66 0.66
Hex E0 6E E1 0 33 0 C 12B 42 42
Octal 340 156 341 0 63 0 14 453 102 102
Binary 11100000 1101110 11100001 0 110011 0 1100 100101011 1000010 1000010

Color Harmonies of #E06EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EE1

Black with #E06EE1

Text Example


Text Example

White with #E06EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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