Html Css Color HEX #E06ADA Orchid

📋 copy color: '#E06ADA'

red 224 ◦ green 106 ◦ blue 218

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

Shades of Orchid #E06ADA

Tints of Orchid #E06ADA

RGB

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

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

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

R = 40.88%
G = 19.34%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E06ADA (or 0xE06ADA) is known color: Orchid. HEX triplet: E0, 6A and DA. RGB value is (224,106,218). Sum of RGB (Red+Green+Blue) = 224+106+218=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ADA is #1F9525. Grayscale: #999999. Windows color (decimal): -2069798 or 14314208. OLE color: 14314208.

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

Color convert

RGB 224 106 218 -
CMYK 0 0.53 0.03 0.12
HSL 303.05º 0.66% 0.65% -
HSV(B) 303.05º 0.53% 0.88% -
XYZ 48.55 31.22 69.8 -
YUV 154.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 224 106 218 0 0.53 0.03 0.12 303.05 0.66 0.65
Hex E0 6A DA 0 35 3 C 12F 42 41
Octal 340 152 332 0 65 3 14 457 102 101
Binary 11100000 1101010 11011010 0 110101 11 1100 100101111 1000010 1000001

Color Harmonies of #E06ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ADA

Black with #E06ADA

Text Example


Text Example

White with #E06ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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