Html Css Color HEX #EAAEF0 Plum

📋 copy color: '#EAAEF0'

red 234 ◦ green 174 ◦ blue 240

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

Shades of Plum #EAAEF0

Tints of Plum #EAAEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.04%

R = 36.11%
G = 26.85%
B = 37.04%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAAEF0 (or 0xEAAEF0) is known color: Plum. HEX triplet: EA, AE and F0. RGB value is (234,174,240). Sum of RGB (Red+Green+Blue) = 234+174+240=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAAEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF0 is #15510F. Grayscale: #C7C7C7. Windows color (decimal): -1397008 or 15773418. OLE color: 15773418.

HSL color Cylindrical-coordinate representation of color #EAAEF0: hue angle of 294.55º degrees, saturation: 0.69, 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 #EAAEF0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 174 240 -
CMYK 0.02 0.28 0 0.06
HSL 294.55º 0.69% 0.81% -
HSV(B) 294.55º 0.28% 0.94% -
XYZ 64.8 54.06 89.46 -
YUV 199.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 234 174 240 0.02 0.28 0 0.06 294.55 0.69 0.81
Hex EA AE F0 2 1C 0 6 127 45 51
Octal 352 256 360 2 34 0 6 447 105 121
Binary 11101010 10101110 11110000 10 11100 0 110 100100111 1000101 1010001

Color Harmonies of #EAAEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEF0

Black with #EAAEF0

Text Example


Text Example

White with #EAAEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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