Html Css Color HEX #E06ADB Orchid

📋 copy color: '#E06ADB'

red 224 ◦ green 106 ◦ blue 219

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

Shades of Orchid #E06ADB

Tints of Orchid #E06ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 40.8%
G = 19.31%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E06ADB (or 0xE06ADB) is known color: Orchid. HEX triplet: E0, 6A and DB. RGB value is (224,106,219). Sum of RGB (Red+Green+Blue) = 224+106+219=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ADB is #1F9524. Grayscale: #999999. Windows color (decimal): -2069797 or 14379744. OLE color: 14379744.

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

Color convert

RGB 224 106 219 -
CMYK 0 0.53 0.02 0.12
HSL 302.54º 0.66% 0.65% -
HSV(B) 302.54º 0.53% 0.88% -
XYZ 48.68 31.27 70.49 -
YUV 154.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 224 106 219 0 0.53 0.02 0.12 302.54 0.66 0.65
Hex E0 6A DB 0 35 2 C 12F 42 41
Octal 340 152 333 0 65 2 14 457 102 101
Binary 11100000 1101010 11011011 0 110101 10 1100 100101111 1000010 1000001

Color Harmonies of #E06ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ADB

Black with #E06ADB

Text Example


Text Example

White with #E06ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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