Html Css Color HEX #E697D7 Plum

📋 copy color: '#E697D7'

red 230 ◦ green 151 ◦ blue 215

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

Shades of Plum #E697D7

Tints of Plum #E697D7

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.34%

 BLUE value IS 215 (84.38% from 255) = 36.07%

R = 38.59%
G = 25.34%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E697D7 (or 0xE697D7) is known color: Plum. HEX triplet: E6, 97 and D7. RGB value is (230,151,215). Sum of RGB (Red+Green+Blue) = 230+151+215=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E697D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697D7 is #196828. Grayscale: #B5B5B5. Windows color (decimal): -1665065 or 14129126. OLE color: 14129126.

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

Color convert

RGB 230 151 215 -
CMYK 0 0.34 0.07 0.10
HSL 311.39º 0.61% 0.75% -
HSV(B) 311.39º 0.34% 0.9% -
XYZ 55.97 43.86 69.81 -
YUV 181.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 230 151 215 0 0.34 0.07 0.10 311.39 0.61 0.75
Hex E6 97 D7 0 22 7 A 137 3D 4B
Octal 346 227 327 0 42 7 12 467 75 113
Binary 11100110 10010111 11010111 0 100010 111 1010 100110111 111101 1001011

Color Harmonies of #E697D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697D7

Black with #E697D7

Text Example


Text Example

White with #E697D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697D7; }

 p { color: rgb(230,151,215); }

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

background-color css

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

 a { background-color: rgb(230,151,215); }

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

border-color css

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

 span { border-color: rgb(230,151,215); }

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