Html Css Color HEX #E06EDA Orchid

📋 copy color: '#E06EDA'

red 224 ◦ green 110 ◦ blue 218

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

Shades of Orchid #E06EDA

Tints of Orchid #E06EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 40.58%
G = 19.93%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E06EDA (or 0xE06EDA) is known color: Orchid. HEX triplet: E0, 6E and DA. RGB value is (224,110,218). Sum of RGB (Red+Green+Blue) = 224+110+218=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EDA is #1F9125. Grayscale: #9C9C9C. Windows color (decimal): -2068774 or 14315232. OLE color: 14315232.

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

Color convert

RGB 224 110 218 -
CMYK 0 0.51 0.03 0.12
HSL 303.16º 0.65% 0.65% -
HSV(B) 303.16º 0.51% 0.88% -
XYZ 48.97 32.06 69.94 -
YUV 156.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 224 110 218 0 0.51 0.03 0.12 303.16 0.65 0.65
Hex E0 6E DA 0 33 3 C 12F 41 41
Octal 340 156 332 0 63 3 14 457 101 101
Binary 11100000 1101110 11011010 0 110011 11 1100 100101111 1000001 1000001

Color Harmonies of #E06EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EDA

Black with #E06EDA

Text Example


Text Example

White with #E06EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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