Html Css Color HEX #EAA2EB Plum

📋 copy color: '#EAA2EB'

red 234 ◦ green 162 ◦ blue 235

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

Shades of Plum #EAA2EB

Tints of Plum #EAA2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.67%

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 37.08%
G = 25.67%
B = 37.24%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAA2EB (or 0xEAA2EB) is known color: Plum. HEX triplet: EA, A2 and EB. RGB value is (234,162,235). Sum of RGB (Red+Green+Blue) = 234+162+235=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAA2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2EB is #155D14. Grayscale: #BFBFBF. Windows color (decimal): -1400085 or 15442666. OLE color: 15442666.

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

Color convert

RGB 234 162 235 -
CMYK 0.00 0.31 0 0.08
HSL 299.18º 0.65% 0.78% -
HSV(B) 299.18º 0.31% 0.92% -
XYZ 61.85 49.33 84.86 -
YUV 191.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 234 162 235 0.00 0.31 0 0.08 299.18 0.65 0.78
Hex EA A2 EB 0 1F 0 8 12B 41 4E
Octal 352 242 353 0 37 0 10 453 101 116
Binary 11101010 10100010 11101011 0 11111 0 1000 100101011 1000001 1001110

Color Harmonies of #EAA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA2EB

Black with #EAA2EB

Text Example


Text Example

White with #EAA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA2EB; }

 p { color: rgb(234,162,235); }

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

background-color css

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

 a { background-color: rgb(234,162,235); }

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

border-color css

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

 span { border-color: rgb(234,162,235); }

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