Html Css Color HEX #E698DE Plum

📋 copy color: '#E698DE'

red 230 ◦ green 152 ◦ blue 222

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

Shades of Plum #E698DE

Tints of Plum #E698DE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.17%

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 38.08%
G = 25.17%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E698DE (or 0xE698DE) is known color: Plum. HEX triplet: E6, 98 and DE. RGB value is (230,152,222). Sum of RGB (Red+Green+Blue) = 230+152+222=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E698DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698DE is #196721. Grayscale: #B7B7B7. Windows color (decimal): -1664802 or 14588134. OLE color: 14588134.

HSL color Cylindrical-coordinate representation of color #E698DE: hue angle of 306.15º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698DE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 222 -
CMYK 0 0.34 0.03 0.10
HSL 306.15º 0.61% 0.75% -
HSV(B) 306.15º 0.34% 0.9% -
XYZ 57.05 44.55 74.7 -
YUV 183.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 230 152 222 0 0.34 0.03 0.10 306.15 0.61 0.75
Hex E6 98 DE 0 22 3 A 132 3D 4B
Octal 346 230 336 0 42 3 12 462 75 113
Binary 11100110 10011000 11011110 0 100010 11 1010 100110010 111101 1001011

Color Harmonies of #E698DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698DE

Black with #E698DE

Text Example


Text Example

White with #E698DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698DE; }

 p { color: rgb(230,152,222); }

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

background-color css

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

 a { background-color: rgb(230,152,222); }

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

border-color css

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

 span { border-color: rgb(230,152,222); }

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