Html Css Color HEX #E7A1F3 Plum

📋 copy color: '#E7A1F3'

red 231 ◦ green 161 ◦ blue 243

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

Shades of Plum #E7A1F3

Tints of Plum #E7A1F3

RGB

 RED value IS 231 (90.63% from 255) = 36.38%

 GREEN value IS 161 (63.28% from 255) = 25.35%

 BLUE value IS 243 (95.31% from 255) = 38.27%

R = 36.38%
G = 25.35%
B = 38.27%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7A1F3 (or 0xE7A1F3) is known color: Plum. HEX triplet: E7, A1 and F3. RGB value is (231,161,243). Sum of RGB (Red+Green+Blue) = 231+161+243=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7A1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A1F3 is #185E0C. Grayscale: #BFBFBF. Windows color (decimal): -1596941 or 15966695. OLE color: 15966695.

HSL color Cylindrical-coordinate representation of color #E7A1F3: hue angle of 291.22º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7A1F3 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 161 243 -
CMYK 0.05 0.34 0 0.05
HSL 291.22º 0.77% 0.79% -
HSV(B) 291.22º 0.34% 0.95% -
XYZ 61.88 48.95 90.98 -
YUV 191.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 231 161 243 0.05 0.34 0 0.05 291.22 0.77 0.79
Hex E7 A1 F3 5 22 0 5 123 4D 4F
Octal 347 241 363 5 42 0 5 443 115 117
Binary 11100111 10100001 11110011 101 100010 0 101 100100011 1001101 1001111

Color Harmonies of #E7A1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A1F3

Black with #E7A1F3

Text Example


Text Example

White with #E7A1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A1F3; }

 p { color: rgb(231,161,243); }

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

background-color css

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

 a { background-color: rgb(231,161,243); }

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

border-color css

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

 span { border-color: rgb(231,161,243); }

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