Html Css Color HEX #EAAEEC Plum

📋 copy color: '#EAAEEC'

red 234 ◦ green 174 ◦ blue 236

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

Shades of Plum #EAAEEC

Tints of Plum #EAAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.65%

R = 36.34%
G = 27.02%
B = 36.65%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAAEEC (or 0xEAAEEC) is known color: Plum. HEX triplet: EA, AE and EC. RGB value is (234,174,236). Sum of RGB (Red+Green+Blue) = 234+174+236=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEEC is #155113. Grayscale: #C6C6C6. Windows color (decimal): -1397012 or 15511274. OLE color: 15511274.

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

Color convert

RGB 234 174 236 -
CMYK 0.01 0.26 0 0.07
HSL 298.06º 0.62% 0.8% -
HSV(B) 298.06º 0.26% 0.93% -
XYZ 64.21 53.82 86.36 -
YUV 199.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 234 174 236 0.01 0.26 0 0.07 298.06 0.62 0.8
Hex EA AE EC 1 1A 0 7 12A 3E 50
Octal 352 256 354 1 32 0 7 452 76 120
Binary 11101010 10101110 11101100 1 11010 0 111 100101010 111110 1010000

Color Harmonies of #EAAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEEC

Black with #EAAEEC

Text Example


Text Example

White with #EAAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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