Html Css Color HEX #EAA5DF Plum

📋 copy color: '#EAA5DF'

red 234 ◦ green 165 ◦ blue 223

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

Shades of Plum #EAA5DF

Tints of Plum #EAA5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.53%

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 37.62%
G = 26.53%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAA5DF (or 0xEAA5DF) is known color: Plum. HEX triplet: EA, A5 and DF. RGB value is (234,165,223). Sum of RGB (Red+Green+Blue) = 234+165+223=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5DF is #155A20. Grayscale: #C0C0C0. Windows color (decimal): -1399329 or 14657002. OLE color: 14657002.

HSL color Cylindrical-coordinate representation of color #EAA5DF: hue angle of 309.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5DF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 223 -
CMYK 0 0.29 0.05 0.08
HSL 309.57º 0.62% 0.78% -
HSV(B) 309.57º 0.29% 0.92% -
XYZ 60.71 49.73 76.21 -
YUV 192.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 234 165 223 0 0.29 0.05 0.08 309.57 0.62 0.78
Hex EA A5 DF 0 1D 5 8 136 3E 4E
Octal 352 245 337 0 35 5 10 466 76 116
Binary 11101010 10100101 11011111 0 11101 101 1000 100110110 111110 1001110

Color Harmonies of #EAA5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5DF

Black with #EAA5DF

Text Example


Text Example

White with #EAA5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5DF; }

 p { color: rgb(234,165,223); }

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

background-color css

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

 a { background-color: rgb(234,165,223); }

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

border-color css

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

 span { border-color: rgb(234,165,223); }

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