Html Css Color HEX #EAB1EE Plum

📋 copy color: '#EAB1EE'

red 234 ◦ green 177 ◦ blue 238

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

Shades of Plum #EAB1EE

Tints of Plum #EAB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.27%

 BLUE value IS 238 (93.36% from 255) = 36.67%

R = 36.06%
G = 27.27%
B = 36.67%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAB1EE (or 0xEAB1EE) is known color: Plum. HEX triplet: EA, B1 and EE. RGB value is (234,177,238). Sum of RGB (Red+Green+Blue) = 234+177+238=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1EE is #154E11. Grayscale: #C8C8C8. Windows color (decimal): -1396242 or 15643114. OLE color: 15643114.

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

Color convert

RGB 234 177 238 -
CMYK 0.02 0.26 0 0.07
HSL 296.07º 0.64% 0.81% -
HSV(B) 296.07º 0.26% 0.93% -
XYZ 65.09 55.11 88.1 -
YUV 201 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 234 177 238 0.02 0.26 0 0.07 296.07 0.64 0.81
Hex EA B1 EE 2 1A 0 7 128 40 51
Octal 352 261 356 2 32 0 7 450 100 121
Binary 11101010 10110001 11101110 10 11010 0 111 100101000 1000000 1010001

Color Harmonies of #EAB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1EE

Black with #EAB1EE

Text Example


Text Example

White with #EAB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1EE; }

 p { color: rgb(234,177,238); }

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

background-color css

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

 a { background-color: rgb(234,177,238); }

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

border-color css

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

 span { border-color: rgb(234,177,238); }

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