Html Css Color HEX #E47ACE Orchid

📋 copy color: '#E47ACE'

red 228 ◦ green 122 ◦ blue 206

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

Shades of Orchid #E47ACE

Tints of Orchid #E47ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.94%

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 41.01%
G = 21.94%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E47ACE (or 0xE47ACE) is known color: Orchid. HEX triplet: E4, 7A and CE. RGB value is (228,122,206). Sum of RGB (Red+Green+Blue) = 228+122+206=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ACE is #1B8531. Grayscale: #A3A3A3. Windows color (decimal): -1803570 or 13531876. OLE color: 13531876.

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

Color convert

RGB 228 122 206 -
CMYK 0 0.46 0.10 0.11
HSL 312.45º 0.66% 0.69% -
HSV(B) 312.45º 0.46% 0.89% -
XYZ 50.1 34.87 62.48 -
YUV 163.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 228 122 206 0 0.46 0.10 0.11 312.45 0.66 0.69
Hex E4 7A CE 0 2E A B 138 42 45
Octal 344 172 316 0 56 12 13 470 102 105
Binary 11100100 1111010 11001110 0 101110 1010 1011 100111000 1000010 1000101

Color Harmonies of #E47ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47ACE

Black with #E47ACE

Text Example


Text Example

White with #E47ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47ACE; }

 p { color: rgb(228,122,206); }

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

background-color css

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

 a { background-color: rgb(228,122,206); }

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

border-color css

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

 span { border-color: rgb(228,122,206); }

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