Html Css Color HEX #E06AE0 Orchid

📋 copy color: '#E06AE0'

red 224 ◦ green 106 ◦ blue 224

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

Shades of Orchid #E06AE0

Tints of Orchid #E06AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.13%

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 40.43%
G = 19.13%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E06AE0 (or 0xE06AE0) is known color: Orchid. HEX triplet: E0, 6A and E0. RGB value is (224,106,224). Sum of RGB (Red+Green+Blue) = 224+106+224=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E06AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AE0 is #1F951F. Grayscale: #9A9A9A. Windows color (decimal): -2069792 or 14707424. OLE color: 14707424.

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

Color convert

RGB 224 106 224 -
CMYK 0 0.53 0 0.12
HSL 300º 0.66% 0.65% -
HSV(B) 300º 0.53% 0.88% -
XYZ 49.35 31.54 74.01 -
YUV 154.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 224 106 224 0 0.53 0 0.12 300 0.66 0.65
Hex E0 6A E0 0 35 0 C 12C 42 41
Octal 340 152 340 0 65 0 14 454 102 101
Binary 11100000 1101010 11100000 0 110101 0 1100 100101100 1000010 1000001

Color Harmonies of #E06AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AE0

Black with #E06AE0

Text Example


Text Example

White with #E06AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AE0; }

 p { color: rgb(224,106,224); }

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

background-color css

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

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

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

border-color css

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

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

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