Html Css Color HEX #E691D9 Plum

📋 copy color: '#E691D9'

red 230 ◦ green 145 ◦ blue 217

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

Shades of Plum #E691D9

Tints of Plum #E691D9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.49%

 BLUE value IS 217 (85.16% from 255) = 36.66%

R = 38.85%
G = 24.49%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E691D9 (or 0xE691D9) is known color: Plum. HEX triplet: E6, 91 and D9. RGB value is (230,145,217). Sum of RGB (Red+Green+Blue) = 230+145+217=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E691D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691D9 is #196E26. Grayscale: #B2B2B2. Windows color (decimal): -1666599 or 14258662. OLE color: 14258662.

HSL color Cylindrical-coordinate representation of color #E691D9: hue angle of 309.18º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691D9 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 145 217 -
CMYK 0 0.37 0.06 0.10
HSL 309.18º 0.63% 0.74% -
HSV(B) 309.18º 0.37% 0.9% -
XYZ 55.28 42.08 70.85 -
YUV 178.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 230 145 217 0 0.37 0.06 0.10 309.18 0.63 0.74
Hex E6 91 D9 0 25 6 A 135 3F 4A
Octal 346 221 331 0 45 6 12 465 77 112
Binary 11100110 10010001 11011001 0 100101 110 1010 100110101 111111 1001010

Color Harmonies of #E691D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E691D9

Black with #E691D9

Text Example


Text Example

White with #E691D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E691D9; }

 p { color: rgb(230,145,217); }

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

background-color css

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

 a { background-color: rgb(230,145,217); }

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

border-color css

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

 span { border-color: rgb(230,145,217); }

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