Html Css Color HEX #E690D1 Plum

📋 copy color: '#E690D1'

red 230 ◦ green 144 ◦ blue 209

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

Shades of Plum #E690D1

Tints of Plum #E690D1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.7%

 BLUE value IS 209 (82.03% from 255) = 35.85%

R = 39.45%
G = 24.7%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E690D1 (or 0xE690D1) is known color: Plum. HEX triplet: E6, 90 and D1. RGB value is (230,144,209). Sum of RGB (Red+Green+Blue) = 230+144+209=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E690D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690D1 is #196F2E. Grayscale: #B0B0B0. Windows color (decimal): -1666863 or 13734118. OLE color: 13734118.

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

Color convert

RGB 230 144 209 -
CMYK 0 0.37 0.09 0.10
HSL 314.65º 0.63% 0.73% -
HSV(B) 314.65º 0.37% 0.9% -
XYZ 54.12 41.37 65.46 -
YUV 177.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 230 144 209 0 0.37 0.09 0.10 314.65 0.63 0.73
Hex E6 90 D1 0 25 9 A 13B 3F 49
Octal 346 220 321 0 45 11 12 473 77 111
Binary 11100110 10010000 11010001 0 100101 1001 1010 100111011 111111 1001001

Color Harmonies of #E690D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690D1

Black with #E690D1

Text Example


Text Example

White with #E690D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690D1; }

 p { color: rgb(230,144,209); }

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

background-color css

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

 a { background-color: rgb(230,144,209); }

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

border-color css

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

 span { border-color: rgb(230,144,209); }

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