Html Css Color HEX #EAAAF0 Plum

📋 copy color: '#EAAAF0'

red 234 ◦ green 170 ◦ blue 240

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

Shades of Plum #EAAAF0

Tints of Plum #EAAAF0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.4%

 BLUE value IS 240 (94.14% from 255) = 37.27%

R = 36.34%
G = 26.4%
B = 37.27%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAAAF0 (or 0xEAAAF0) is known color: Plum. HEX triplet: EA, AA and F0. RGB value is (234,170,240). Sum of RGB (Red+Green+Blue) = 234+170+240=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF0 is #15550F. Grayscale: #C4C4C4. Windows color (decimal): -1398032 or 15772394. OLE color: 15772394.

HSL color Cylindrical-coordinate representation of color #EAAAF0: hue angle of 294.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAAAF0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 170 240 -
CMYK 0.02 0.29 0 0.06
HSL 294.86º 0.7% 0.8% -
HSV(B) 294.86º 0.29% 0.94% -
XYZ 64.03 52.53 89.2 -
YUV 197.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 234 170 240 0.02 0.29 0 0.06 294.86 0.7 0.8
Hex EA AA F0 2 1D 0 6 127 46 50
Octal 352 252 360 2 35 0 6 447 106 120
Binary 11101010 10101010 11110000 10 11101 0 110 100100111 1000110 1010000

Color Harmonies of #EAAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAF0

Black with #EAAAF0

Text Example


Text Example

White with #EAAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAF0; }

 p { color: rgb(234,170,240); }

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

background-color css

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

 a { background-color: rgb(234,170,240); }

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

border-color css

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

 span { border-color: rgb(234,170,240); }

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