Html Css Color HEX #EAA7F2 Plum

📋 copy color: '#EAA7F2'

red 234 ◦ green 167 ◦ blue 242

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

Shades of Plum #EAA7F2

Tints of Plum #EAA7F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.64%

R = 36.39%
G = 25.97%
B = 37.64%

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

#EAA7F2 (or 0xEAA7F2) is known color: Plum. HEX triplet: EA, A7 and F2. RGB value is (234,167,242). Sum of RGB (Red+Green+Blue) = 234+167+242=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAA7F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7F2 is #15580D. Grayscale: #C3C3C3. Windows color (decimal): -1398798 or 15902698. OLE color: 15902698.

HSL color Cylindrical-coordinate representation of color #EAA7F2: hue angle of 293.6º degrees, saturation: 0.74, 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 #EAA7F2 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 167 242 -
CMYK 0.03 0.31 0 0.05
HSL 293.6º 0.74% 0.8% -
HSV(B) 293.6º 0.31% 0.95% -
XYZ 63.78 51.54 90.59 -
YUV 195.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 234 167 242 0.03 0.31 0 0.05 293.6 0.74 0.8
Hex EA A7 F2 3 1F 0 5 126 4A 50
Octal 352 247 362 3 37 0 5 446 112 120
Binary 11101010 10100111 11110010 11 11111 0 101 100100110 1001010 1010000

Color Harmonies of #EAA7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA7F2

Black with #EAA7F2

Text Example


Text Example

White with #EAA7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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