Html Css Color HEX #E46ADC Orchid

📋 copy color: '#E46ADC'

red 228 ◦ green 106 ◦ blue 220

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

Shades of Orchid #E46ADC

Tints of Orchid #E46ADC

RGB

 RED value IS 228 (89.45% from 255) = 41.16%

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 41.16%
G = 19.13%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E46ADC (or 0xE46ADC) is known color: Orchid. HEX triplet: E4, 6A and DC. RGB value is (228,106,220). Sum of RGB (Red+Green+Blue) = 228+106+220=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ADC is #1B9523. Grayscale: #9B9B9B. Windows color (decimal): -1807652 or 14445284. OLE color: 14445284.

HSL color Cylindrical-coordinate representation of color #E46ADC: hue angle of 303.93º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46ADC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 106 220 -
CMYK 0 0.54 0.04 0.11
HSL 303.93º 0.69% 0.65% -
HSV(B) 303.93º 0.54% 0.89% -
XYZ 50.07 31.97 71.24 -
YUV 155.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 228 106 220 0 0.54 0.04 0.11 303.93 0.69 0.65
Hex E4 6A DC 0 36 4 B 130 45 41
Octal 344 152 334 0 66 4 13 460 105 101
Binary 11100100 1101010 11011100 0 110110 100 1011 100110000 1000101 1000001

Color Harmonies of #E46ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46ADC

Black with #E46ADC

Text Example


Text Example

White with #E46ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46ADC; }

 p { color: rgb(228,106,220); }

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

background-color css

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

 a { background-color: rgb(228,106,220); }

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

border-color css

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

 span { border-color: rgb(228,106,220); }

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