Html Css Color HEX #E06ADD Orchid

📋 copy color: '#E06ADD'

red 224 ◦ green 106 ◦ blue 221

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

Shades of Orchid #E06ADD

Tints of Orchid #E06ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 40.65%
G = 19.24%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E06ADD (or 0xE06ADD) is known color: Orchid. HEX triplet: E0, 6A and DD. RGB value is (224,106,221). Sum of RGB (Red+Green+Blue) = 224+106+221=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ADD is #1F9522. Grayscale: #9A9A9A. Windows color (decimal): -2069795 or 14510816. OLE color: 14510816.

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

Color convert

RGB 224 106 221 -
CMYK 0 0.53 0.01 0.12
HSL 301.53º 0.66% 0.65% -
HSV(B) 301.53º 0.53% 0.88% -
XYZ 48.95 31.38 71.88 -
YUV 154.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 224 106 221 0 0.53 0.01 0.12 301.53 0.66 0.65
Hex E0 6A DD 0 35 1 C 12E 42 41
Octal 340 152 335 0 65 1 14 456 102 101
Binary 11100000 1101010 11011101 0 110101 1 1100 100101110 1000010 1000001

Color Harmonies of #E06ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ADD

Black with #E06ADD

Text Example


Text Example

White with #E06ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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