Html Css Color HEX #EAAEEB Plum

📋 copy color: '#EAAEEB'

red 234 ◦ green 174 ◦ blue 235

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

Shades of Plum #EAAEEB

Tints of Plum #EAAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.06%

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

R = 36.39%
G = 27.06%
B = 36.55%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAAEEB (or 0xEAAEEB) is known color: Plum. HEX triplet: EA, AE and EB. RGB value is (234,174,235). Sum of RGB (Red+Green+Blue) = 234+174+235=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEEB is #155114. Grayscale: #C6C6C6. Windows color (decimal): -1397013 or 15445738. OLE color: 15445738.

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

Color convert

RGB 234 174 235 -
CMYK 0.00 0.26 0 0.08
HSL 299.02º 0.6% 0.8% -
HSV(B) 299.02º 0.26% 0.92% -
XYZ 64.06 53.76 85.6 -
YUV 198.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 234 174 235 0.00 0.26 0 0.08 299.02 0.6 0.8
Hex EA AE EB 0 1A 0 8 12B 3C 50
Octal 352 256 353 0 32 0 10 453 74 120
Binary 11101010 10101110 11101011 0 11010 0 1000 100101011 111100 1010000

Color Harmonies of #EAAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEEB

Black with #EAAEEB

Text Example


Text Example

White with #EAAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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