Html Css Color HEX #E7A2F1 Plum

📋 copy color: '#E7A2F1'

red 231 ◦ green 162 ◦ blue 241

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

Shades of Plum #E7A2F1

Tints of Plum #E7A2F1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.55%

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 36.44%
G = 25.55%
B = 38.01%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7A2F1 (or 0xE7A2F1) is known color: Plum. HEX triplet: E7, A2 and F1. RGB value is (231,162,241). Sum of RGB (Red+Green+Blue) = 231+162+241=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7A2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A2F1 is #185D0E. Grayscale: #BFBFBF. Windows color (decimal): -1596687 or 15835879. OLE color: 15835879.

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

Color convert

RGB 231 162 241 -
CMYK 0.04 0.33 0 0.05
HSL 292.41º 0.74% 0.79% -
HSV(B) 292.41º 0.33% 0.95% -
XYZ 61.75 49.18 89.46 -
YUV 191.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 231 162 241 0.04 0.33 0 0.05 292.41 0.74 0.79
Hex E7 A2 F1 4 21 0 5 124 4A 4F
Octal 347 242 361 4 41 0 5 444 112 117
Binary 11100111 10100010 11110001 100 100001 0 101 100100100 1001010 1001111

Color Harmonies of #E7A2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A2F1

Black with #E7A2F1

Text Example


Text Example

White with #E7A2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A2F1; }

 p { color: rgb(231,162,241); }

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

background-color css

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

 a { background-color: rgb(231,162,241); }

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

border-color css

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

 span { border-color: rgb(231,162,241); }

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