Html Css Color HEX #E46ADF Orchid

📋 copy color: '#E46ADF'

red 228 ◦ green 106 ◦ blue 223

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

Shades of Orchid #E46ADF

Tints of Orchid #E46ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 40.93%
G = 19.03%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E46ADF (or 0xE46ADF) is known color: Orchid. HEX triplet: E4, 6A and DF. RGB value is (228,106,223). Sum of RGB (Red+Green+Blue) = 228+106+223=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ADF is #1B9520. Grayscale: #9B9B9B. Windows color (decimal): -1807649 or 14641892. OLE color: 14641892.

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

Color convert

RGB 228 106 223 -
CMYK 0 0.54 0.02 0.11
HSL 302.46º 0.69% 0.65% -
HSV(B) 302.46º 0.54% 0.89% -
XYZ 50.47 32.13 73.35 -
YUV 155.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 228 106 223 0 0.54 0.02 0.11 302.46 0.69 0.65
Hex E4 6A DF 0 36 2 B 12E 45 41
Octal 344 152 337 0 66 2 13 456 105 101
Binary 11100100 1101010 11011111 0 110110 10 1011 100101110 1000101 1000001

Color Harmonies of #E46ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46ADF

Black with #E46ADF

Text Example


Text Example

White with #E46ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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