Html Css Color HEX #E699EE Plum

📋 copy color: '#E699EE'

red 230 ◦ green 153 ◦ blue 238

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

Shades of Plum #E699EE

Tints of Plum #E699EE

RGB

 RED value IS 230 (90.23% from 255) = 37.04%

 GREEN value IS 153 (60.16% from 255) = 24.64%

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

R = 37.04%
G = 24.64%
B = 38.33%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E699EE (or 0xE699EE) is known color: Plum. HEX triplet: E6, 99 and EE. RGB value is (230,153,238). Sum of RGB (Red+Green+Blue) = 230+153+238=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #E699EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E699EE is #196611. Grayscale: #B9B9B9. Windows color (decimal): -1664530 or 15636966. OLE color: 15636966.

HSL color Cylindrical-coordinate representation of color #E699EE: hue angle of 294.35º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E699EE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 153 238 -
CMYK 0.03 0.36 0 0.07
HSL 294.35º 0.71% 0.77% -
HSV(B) 294.35º 0.36% 0.93% -
XYZ 59.46 45.78 86.59 -
YUV 185.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 230 153 238 0.03 0.36 0 0.07 294.35 0.71 0.77
Hex E6 99 EE 3 24 0 7 126 47 4D
Octal 346 231 356 3 44 0 7 446 107 115
Binary 11100110 10011001 11101110 11 100100 0 111 100100110 1000111 1001101

Color Harmonies of #E699EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E699EE

Black with #E699EE

Text Example


Text Example

White with #E699EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E699EE; }

 p { color: rgb(230,153,238); }

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

background-color css

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

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

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

border-color css

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

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

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