Html Css Color HEX #EAAEEF Plum

📋 copy color: '#EAAEEF'

red 234 ◦ green 174 ◦ blue 239

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

Shades of Plum #EAAEEF

Tints of Plum #EAAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.94%

R = 36.17%
G = 26.89%
B = 36.94%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAAEEF (or 0xEAAEEF) is known color: Plum. HEX triplet: EA, AE and EF. RGB value is (234,174,239). Sum of RGB (Red+Green+Blue) = 234+174+239=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAAEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEEF is #155110. Grayscale: #C7C7C7. Windows color (decimal): -1397009 or 15707882. OLE color: 15707882.

HSL color Cylindrical-coordinate representation of color #EAAEEF: hue angle of 295.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAEEF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 174 239 -
CMYK 0.02 0.27 0 0.06
HSL 295.38º 0.67% 0.81% -
HSV(B) 295.38º 0.27% 0.94% -
XYZ 64.65 54 88.68 -
YUV 199.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 234 174 239 0.02 0.27 0 0.06 295.38 0.67 0.81
Hex EA AE EF 2 1B 0 6 127 43 51
Octal 352 256 357 2 33 0 6 447 103 121
Binary 11101010 10101110 11101111 10 11011 0 110 100100111 1000011 1010001

Color Harmonies of #EAAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEEF

Black with #EAAEEF

Text Example


Text Example

White with #EAAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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