Html Css Color HEX #EAABF0 Plum

📋 copy color: '#EAABF0'

red 234 ◦ green 171 ◦ blue 240

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

Shades of Plum #EAABF0

Tints of Plum #EAABF0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.51%

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

R = 36.28%
G = 26.51%
B = 37.21%

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

#EAABF0 (or 0xEAABF0) is known color: Plum. HEX triplet: EA, AB and F0. RGB value is (234,171,240). Sum of RGB (Red+Green+Blue) = 234+171+240=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABF0 is #15540F. Grayscale: #C5C5C5. Windows color (decimal): -1397776 or 15772650. OLE color: 15772650.

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

Color convert

RGB 234 171 240 -
CMYK 0.02 0.29 0 0.06
HSL 294.78º 0.7% 0.81% -
HSV(B) 294.78º 0.29% 0.94% -
XYZ 64.22 52.91 89.27 -
YUV 197.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 234 171 240 0.02 0.29 0 0.06 294.78 0.7 0.81
Hex EA AB F0 2 1D 0 6 127 46 51
Octal 352 253 360 2 35 0 6 447 106 121
Binary 11101010 10101011 11110000 10 11101 0 110 100100111 1000110 1010001

Color Harmonies of #EAABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABF0

Black with #EAABF0

Text Example


Text Example

White with #EAABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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