Html Css Color HEX #E06AC0 Orchid

📋 copy color: '#E06AC0'

red 224 ◦ green 106 ◦ blue 192

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

Shades of Orchid #E06AC0

Tints of Orchid #E06AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 42.91%
G = 20.31%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E06AC0 (or 0xE06AC0) is known color: Orchid. HEX triplet: E0, 6A and C0. RGB value is (224,106,192). Sum of RGB (Red+Green+Blue) = 224+106+192=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AC0 is #1F953F. Grayscale: #969696. Windows color (decimal): -2069824 or 12610272. OLE color: 12610272.

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

Color convert

RGB 224 106 192 -
CMYK 0 0.53 0.14 0.12
HSL 316.27º 0.66% 0.65% -
HSV(B) 316.27º 0.53% 0.88% -
XYZ 45.41 29.96 53.26 -
YUV 151.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 224 106 192 0 0.53 0.14 0.12 316.27 0.66 0.65
Hex E0 6A C0 0 35 E C 13C 42 41
Octal 340 152 300 0 65 16 14 474 102 101
Binary 11100000 1101010 11000000 0 110101 1110 1100 100111100 1000010 1000001

Color Harmonies of #E06AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AC0

Black with #E06AC0

Text Example


Text Example

White with #E06AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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