Html Css Color HEX #EAABEB Plum

📋 copy color: '#EAABEB'

red 234 ◦ green 171 ◦ blue 235

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

Shades of Plum #EAABEB

Tints of Plum #EAABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.72%

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

R = 36.56%
G = 26.72%
B = 36.72%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAABEB (or 0xEAABEB) is known color: Plum. HEX triplet: EA, AB and EB. RGB value is (234,171,235). Sum of RGB (Red+Green+Blue) = 234+171+235=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABEB is #155414. Grayscale: #C4C4C4. Windows color (decimal): -1397781 or 15444970. OLE color: 15444970.

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

Color convert

RGB 234 171 235 -
CMYK 0.00 0.27 0 0.08
HSL 299.06º 0.62% 0.8% -
HSV(B) 299.06º 0.27% 0.92% -
XYZ 63.49 52.62 85.41 -
YUV 197.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 234 171 235 0.00 0.27 0 0.08 299.06 0.62 0.8
Hex EA AB EB 0 1B 0 8 12B 3E 50
Octal 352 253 353 0 33 0 10 453 76 120
Binary 11101010 10101011 11101011 0 11011 0 1000 100101011 111110 1010000

Color Harmonies of #EAABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABEB

Black with #EAABEB

Text Example


Text Example

White with #EAABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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