Html Css Color HEX #EAABED Plum

📋 copy color: '#EAABED'

red 234 ◦ green 171 ◦ blue 237

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

Shades of Plum #EAABED

Tints of Plum #EAABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 36.45%
G = 26.64%
B = 36.92%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAABED (or 0xEAABED) is known color: Plum. HEX triplet: EA, AB and ED. RGB value is (234,171,237). Sum of RGB (Red+Green+Blue) = 234+171+237=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABED is #155412. Grayscale: #C5C5C5. Windows color (decimal): -1397779 or 15576042. OLE color: 15576042.

HSL color Cylindrical-coordinate representation of color #EAABED: hue angle of 297.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAABED is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 171 237 -
CMYK 0.01 0.28 0 0.07
HSL 297.27º 0.65% 0.8% -
HSV(B) 297.27º 0.28% 0.93% -
XYZ 63.78 52.73 86.94 -
YUV 197.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 234 171 237 0.01 0.28 0 0.07 297.27 0.65 0.8
Hex EA AB ED 1 1C 0 7 129 41 50
Octal 352 253 355 1 34 0 7 451 101 120
Binary 11101010 10101011 11101101 1 11100 0 111 100101001 1000001 1010000

Color Harmonies of #EAABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABED

Black with #EAABED

Text Example


Text Example

White with #EAABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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