Html Css Color HEX #E47AC9 Orchid

📋 copy color: '#E47AC9'

red 228 ◦ green 122 ◦ blue 201

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

Shades of Orchid #E47AC9

Tints of Orchid #E47AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 41.38%
G = 22.14%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E47AC9 (or 0xE47AC9) is known color: Orchid. HEX triplet: E4, 7A and C9. RGB value is (228,122,201). Sum of RGB (Red+Green+Blue) = 228+122+201=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E47AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47AC9 is #1B8536. Grayscale: #A2A2A2. Windows color (decimal): -1803575 or 13204196. OLE color: 13204196.

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

Color convert

RGB 228 122 201 -
CMYK 0 0.46 0.12 0.11
HSL 315.28º 0.66% 0.69% -
HSV(B) 315.28º 0.46% 0.89% -
XYZ 49.5 34.63 59.33 -
YUV 162.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 228 122 201 0 0.46 0.12 0.11 315.28 0.66 0.69
Hex E4 7A C9 0 2E C B 13B 42 45
Octal 344 172 311 0 56 14 13 473 102 105
Binary 11100100 1111010 11001001 0 101110 1100 1011 100111011 1000010 1000101

Color Harmonies of #E47AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47AC9

Black with #E47AC9

Text Example


Text Example

White with #E47AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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