Html Css Color HEX #E47ACC Orchid

📋 copy color: '#E47ACC'

red 228 ◦ green 122 ◦ blue 204

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

Shades of Orchid #E47ACC

Tints of Orchid #E47ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 41.16%
G = 22.02%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E47ACC (or 0xE47ACC) is known color: Orchid. HEX triplet: E4, 7A and CC. RGB value is (228,122,204). Sum of RGB (Red+Green+Blue) = 228+122+204=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ACC is #1B8533. Grayscale: #A2A2A2. Windows color (decimal): -1803572 or 13400804. OLE color: 13400804.

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

Color convert

RGB 228 122 204 -
CMYK 0 0.46 0.11 0.11
HSL 313.58º 0.66% 0.69% -
HSV(B) 313.58º 0.46% 0.89% -
XYZ 49.85 34.77 61.21 -
YUV 163.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 228 122 204 0 0.46 0.11 0.11 313.58 0.66 0.69
Hex E4 7A CC 0 2E B B 13A 42 45
Octal 344 172 314 0 56 13 13 472 102 105
Binary 11100100 1111010 11001100 0 101110 1011 1011 100111010 1000010 1000101

Color Harmonies of #E47ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47ACC

Black with #E47ACC

Text Example


Text Example

White with #E47ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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