Html Css Color HEX #EEAFEE Plum

📋 copy color: '#EEAFEE'

red 238 ◦ green 175 ◦ blue 238

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

Shades of Plum #EEAFEE

Tints of Plum #EEAFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.88%

 BLUE value IS 238 (93.36% from 255) = 36.56%

R = 36.56%
G = 26.88%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EEAFEE (or 0xEEAFEE) is known color: Plum. HEX triplet: EE, AF and EE. RGB value is (238,175,238). Sum of RGB (Red+Green+Blue) = 238+175+238=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEAFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFEE is #115011. Grayscale: #C8C8C8. Windows color (decimal): -1134610 or 15642606. OLE color: 15642606.

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

Color convert

RGB 238 175 238 -
CMYK 0 0.26 0 0.07
HSL 300º 0.65% 0.81% -
HSV(B) 300º 0.26% 0.93% -
XYZ 66.02 55.01 88.03 -
YUV 201.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 238 175 238 0 0.26 0 0.07 300 0.65 0.81
Hex EE AF EE 0 1A 0 7 12C 41 51
Octal 356 257 356 0 32 0 7 454 101 121
Binary 11101110 10101111 11101110 0 11010 0 111 100101100 1000001 1010001

Color Harmonies of #EEAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAFEE

Black with #EEAFEE

Text Example


Text Example

White with #EEAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAFEE; }

 p { color: rgb(238,175,238); }

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

background-color css

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

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

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

border-color css

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

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

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