Html Css Color HEX #E47ED6 Orchid

📋 copy color: '#E47ED6'

red 228 ◦ green 126 ◦ blue 214

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

Shades of Orchid #E47ED6

Tints of Orchid #E47ED6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.18%

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 40.14%
G = 22.18%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E47ED6 (or 0xE47ED6) is known color: Orchid. HEX triplet: E4, 7E and D6. RGB value is (228,126,214). Sum of RGB (Red+Green+Blue) = 228+126+214=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ED6 is #1B8129. Grayscale: #A6A6A6. Windows color (decimal): -1802538 or 14057188. OLE color: 14057188.

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

Color convert

RGB 228 126 214 -
CMYK 0 0.45 0.06 0.11
HSL 308.24º 0.65% 0.69% -
HSV(B) 308.24º 0.45% 0.89% -
XYZ 51.59 36.27 67.9 -
YUV 166.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 228 126 214 0 0.45 0.06 0.11 308.24 0.65 0.69
Hex E4 7E D6 0 2D 6 B 134 41 45
Octal 344 176 326 0 55 6 13 464 101 105
Binary 11100100 1111110 11010110 0 101101 110 1011 100110100 1000001 1000101

Color Harmonies of #E47ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47ED6

Black with #E47ED6

Text Example


Text Example

White with #E47ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47ED6; }

 p { color: rgb(228,126,214); }

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

background-color css

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

 a { background-color: rgb(228,126,214); }

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

border-color css

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

 span { border-color: rgb(228,126,214); }

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