Html Css Color HEX #E06AC5 Orchid

📋 copy color: '#E06AC5'

red 224 ◦ green 106 ◦ blue 197

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

Shades of Orchid #E06AC5

Tints of Orchid #E06AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 42.5%
G = 20.11%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E06AC5 (or 0xE06AC5) is known color: Orchid. HEX triplet: E0, 6A and C5. RGB value is (224,106,197). Sum of RGB (Red+Green+Blue) = 224+106+197=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AC5 is #1F953A. Grayscale: #979797. Windows color (decimal): -2069819 or 12937952. OLE color: 12937952.

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

Color convert

RGB 224 106 197 -
CMYK 0 0.53 0.12 0.12
HSL 313.73º 0.66% 0.65% -
HSV(B) 313.73º 0.53% 0.88% -
XYZ 45.97 30.19 56.23 -
YUV 151.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 224 106 197 0 0.53 0.12 0.12 313.73 0.66 0.65
Hex E0 6A C5 0 35 C C 13A 42 41
Octal 340 152 305 0 65 14 14 472 102 101
Binary 11100000 1101010 11000101 0 110101 1100 1100 100111010 1000010 1000001

Color Harmonies of #E06AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AC5

Black with #E06AC5

Text Example


Text Example

White with #E06AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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