Html Css Color HEX #EAA5F0 Plum

📋 copy color: '#EAA5F0'

red 234 ◦ green 165 ◦ blue 240

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

Shades of Plum #EAA5F0

Tints of Plum #EAA5F0

RGB

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

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

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

R = 36.62%
G = 25.82%
B = 37.56%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAA5F0 (or 0xEAA5F0) is known color: Plum. HEX triplet: EA, A5 and F0. RGB value is (234,165,240). Sum of RGB (Red+Green+Blue) = 234+165+240=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAA5F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5F0 is #155A0F. Grayscale: #C1C1C1. Windows color (decimal): -1399312 or 15771114. OLE color: 15771114.

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

Color convert

RGB 234 165 240 -
CMYK 0.02 0.31 0 0.06
HSL 295.2º 0.71% 0.79% -
HSV(B) 295.2º 0.31% 0.94% -
XYZ 63.11 50.69 88.9 -
YUV 194.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 234 165 240 0.02 0.31 0 0.06 295.2 0.71 0.79
Hex EA A5 F0 2 1F 0 6 127 47 4F
Octal 352 245 360 2 37 0 6 447 107 117
Binary 11101010 10100101 11110000 10 11111 0 110 100100111 1000111 1001111

Color Harmonies of #EAA5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5F0

Black with #EAA5F0

Text Example


Text Example

White with #EAA5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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