Html Css Color HEX #EAADED Plum

📋 copy color: '#EAADED'

red 234 ◦ green 173 ◦ blue 237

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

Shades of Plum #EAADED

Tints of Plum #EAADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.86%

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

R = 36.34%
G = 26.86%
B = 36.8%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAADED (or 0xEAADED) is known color: Plum. HEX triplet: EA, AD and ED. RGB value is (234,173,237). Sum of RGB (Red+Green+Blue) = 234+173+237=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADED is #155212. Grayscale: #C6C6C6. Windows color (decimal): -1397267 or 15576554. OLE color: 15576554.

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

Color convert

RGB 234 173 237 -
CMYK 0.01 0.27 0 0.07
HSL 297.19º 0.64% 0.8% -
HSV(B) 297.19º 0.27% 0.93% -
XYZ 64.16 53.49 87.06 -
YUV 198.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 234 173 237 0.01 0.27 0 0.07 297.19 0.64 0.8
Hex EA AD ED 1 1B 0 7 129 40 50
Octal 352 255 355 1 33 0 7 451 100 120
Binary 11101010 10101101 11101101 1 11011 0 111 100101001 1000000 1010000

Color Harmonies of #EAADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADED

Black with #EAADED

Text Example


Text Example

White with #EAADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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