Html Css Color HEX #E06ABF Orchid

📋 copy color: '#E06ABF'

red 224 ◦ green 106 ◦ blue 191

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

Shades of Orchid #E06ABF

Tints of Orchid #E06ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 42.99%
G = 20.35%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E06ABF (or 0xE06ABF) is known color: Orchid. HEX triplet: E0, 6A and BF. RGB value is (224,106,191). Sum of RGB (Red+Green+Blue) = 224+106+191=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ABF is #1F9540. Grayscale: #969696. Windows color (decimal): -2069825 or 12544736. OLE color: 12544736.

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

Color convert

RGB 224 106 191 -
CMYK 0 0.53 0.15 0.12
HSL 316.78º 0.66% 0.65% -
HSV(B) 316.78º 0.53% 0.88% -
XYZ 45.3 29.92 52.68 -
YUV 150.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 224 106 191 0 0.53 0.15 0.12 316.78 0.66 0.65
Hex E0 6A BF 0 35 F C 13D 42 41
Octal 340 152 277 0 65 17 14 475 102 101
Binary 11100000 1101010 10111111 0 110101 1111 1100 100111101 1000010 1000001

Color Harmonies of #E06ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ABF

Black with #E06ABF

Text Example


Text Example

White with #E06ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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