Html Css Color HEX #EAA5F2 Plum

📋 copy color: '#EAA5F2'

red 234 ◦ green 165 ◦ blue 242

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

Shades of Plum #EAA5F2

Tints of Plum #EAA5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 36.51%
G = 25.74%
B = 37.75%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAA5F2 (or 0xEAA5F2) is known color: Plum. HEX triplet: EA, A5 and F2. RGB value is (234,165,242). Sum of RGB (Red+Green+Blue) = 234+165+242=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAA5F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5F2 is #155A0D. Grayscale: #C2C2C2. Windows color (decimal): -1399310 or 15902186. OLE color: 15902186.

HSL color Cylindrical-coordinate representation of color #EAA5F2: hue angle of 293.77º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA5F2 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 165 242 -
CMYK 0.03 0.32 0 0.05
HSL 293.77º 0.75% 0.8% -
HSV(B) 293.77º 0.32% 0.95% -
XYZ 63.41 50.81 90.47 -
YUV 194.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 234 165 242 0.03 0.32 0 0.05 293.77 0.75 0.8
Hex EA A5 F2 3 20 0 5 126 4B 50
Octal 352 245 362 3 40 0 5 446 113 120
Binary 11101010 10100101 11110010 11 100000 0 101 100100110 1001011 1010000

Color Harmonies of #EAA5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5F2

Black with #EAA5F2

Text Example


Text Example

White with #EAA5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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