Html Css Color HEX #E46EDA Orchid

📋 copy color: '#E46EDA'

red 228 ◦ green 110 ◦ blue 218

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

Shades of Orchid #E46EDA

Tints of Orchid #E46EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.78%

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 41.01%
G = 19.78%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E46EDA (or 0xE46EDA) is known color: Orchid. HEX triplet: E4, 6E and DA. RGB value is (228,110,218). Sum of RGB (Red+Green+Blue) = 228+110+218=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E46EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46EDA is #1B9125. Grayscale: #9D9D9D. Windows color (decimal): -1806630 or 14315236. OLE color: 14315236.

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

Color convert

RGB 228 110 218 -
CMYK 0 0.52 0.04 0.11
HSL 305.08º 0.69% 0.66% -
HSV(B) 305.08º 0.52% 0.89% -
XYZ 50.23 32.71 70 -
YUV 157.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 228 110 218 0 0.52 0.04 0.11 305.08 0.69 0.66
Hex E4 6E DA 0 34 4 B 131 45 42
Octal 344 156 332 0 64 4 13 461 105 102
Binary 11100100 1101110 11011010 0 110100 100 1011 100110001 1000101 1000010

Color Harmonies of #E46EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46EDA

Black with #E46EDA

Text Example


Text Example

White with #E46EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46EDA; }

 p { color: rgb(228,110,218); }

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

background-color css

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

 a { background-color: rgb(228,110,218); }

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

border-color css

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

 span { border-color: rgb(228,110,218); }

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