Html Css Color HEX #EEAEEB Plum

📋 copy color: '#EEAEEB'

red 238 ◦ green 174 ◦ blue 235

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

Shades of Plum #EEAEEB

Tints of Plum #EEAEEB

RGB

 RED value IS 238 (93.36% from 255) = 36.79%

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

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

R = 36.79%
G = 26.89%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEAEEB (or 0xEEAEEB) is known color: Plum. HEX triplet: EE, AE and EB. RGB value is (238,174,235). Sum of RGB (Red+Green+Blue) = 238+174+235=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEEB is #115114. Grayscale: #C7C7C7. Windows color (decimal): -1134869 or 15445742. OLE color: 15445742.

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

Color convert

RGB 238 174 235 -
CMYK 0 0.27 0.01 0.07
HSL 302.81º 0.65% 0.81% -
HSV(B) 302.81º 0.27% 0.93% -
XYZ 65.39 54.45 85.66 -
YUV 200.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 238 174 235 0 0.27 0.01 0.07 302.81 0.65 0.81
Hex EE AE EB 0 1B 1 7 12F 41 51
Octal 356 256 353 0 33 1 7 457 101 121
Binary 11101110 10101110 11101011 0 11011 1 111 100101111 1000001 1010001

Color Harmonies of #EEAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAEEB

Black with #EEAEEB

Text Example


Text Example

White with #EEAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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