Html Css Color HEX #E698DD Plum

📋 copy color: '#E698DD'

red 230 ◦ green 152 ◦ blue 221

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

Shades of Plum #E698DD

Tints of Plum #E698DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 38.14%
G = 25.21%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E698DD (or 0xE698DD) is known color: Plum. HEX triplet: E6, 98 and DD. RGB value is (230,152,221). Sum of RGB (Red+Green+Blue) = 230+152+221=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E698DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698DD is #196722. Grayscale: #B6B6B6. Windows color (decimal): -1664803 or 14522598. OLE color: 14522598.

HSL color Cylindrical-coordinate representation of color #E698DD: hue angle of 306.92º 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 #E698DD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 221 -
CMYK 0 0.34 0.04 0.10
HSL 306.92º 0.61% 0.75% -
HSV(B) 306.92º 0.34% 0.9% -
XYZ 56.91 44.5 74 -
YUV 183.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 230 152 221 0 0.34 0.04 0.10 306.92 0.61 0.75
Hex E6 98 DD 0 22 4 A 133 3D 4B
Octal 346 230 335 0 42 4 12 463 75 113
Binary 11100110 10011000 11011101 0 100010 100 1010 100110011 111101 1001011

Color Harmonies of #E698DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698DD

Black with #E698DD

Text Example


Text Example

White with #E698DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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