Html Css Color HEX #EAA7F1 Plum

📋 copy color: '#EAA7F1'

red 234 ◦ green 167 ◦ blue 241

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

Shades of Plum #EAA7F1

Tints of Plum #EAA7F1

RGB

 RED value IS 234 (91.8% from 255) = 36.45%

 GREEN value IS 167 (65.63% from 255) = 26.01%

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

R = 36.45%
G = 26.01%
B = 37.54%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAA7F1 (or 0xEAA7F1) is known color: Plum. HEX triplet: EA, A7 and F1. RGB value is (234,167,241). Sum of RGB (Red+Green+Blue) = 234+167+241=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAA7F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7F1 is #15580E. Grayscale: #C3C3C3. Windows color (decimal): -1398799 or 15837162. OLE color: 15837162.

HSL color Cylindrical-coordinate representation of color #EAA7F1: hue angle of 294.32º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA7F1 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 167 241 -
CMYK 0.03 0.31 0 0.05
HSL 294.32º 0.73% 0.8% -
HSV(B) 294.32º 0.31% 0.95% -
XYZ 63.63 51.48 89.8 -
YUV 195.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 234 167 241 0.03 0.31 0 0.05 294.32 0.73 0.8
Hex EA A7 F1 3 1F 0 5 126 49 50
Octal 352 247 361 3 37 0 5 446 111 120
Binary 11101010 10100111 11110001 11 11111 0 101 100100110 1001001 1010000

Color Harmonies of #EAA7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA7F1

Black with #EAA7F1

Text Example


Text Example

White with #EAA7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA7F1; }

 p { color: rgb(234,167,241); }

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

background-color css

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

 a { background-color: rgb(234,167,241); }

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

border-color css

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

 span { border-color: rgb(234,167,241); }

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