Html Css Color HEX #E690E2 Plum

📋 copy color: '#E690E2'

red 230 ◦ green 144 ◦ blue 226

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

Shades of Plum #E690E2

Tints of Plum #E690E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.67%

R = 38.33%
G = 24%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E690E2 (or 0xE690E2) is known color: Plum. HEX triplet: E6, 90 and E2. RGB value is (230,144,226). Sum of RGB (Red+Green+Blue) = 230+144+226=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E690E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690E2 is #196F1D. Grayscale: #B2B2B2. Windows color (decimal): -1666846 or 14848230. OLE color: 14848230.

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

Color convert

RGB 230 144 226 -
CMYK 0 0.37 0.02 0.10
HSL 302.79º 0.63% 0.73% -
HSV(B) 302.79º 0.37% 0.9% -
XYZ 56.33 42.26 77.14 -
YUV 179.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 230 144 226 0 0.37 0.02 0.10 302.79 0.63 0.73
Hex E6 90 E2 0 25 2 A 12F 3F 49
Octal 346 220 342 0 45 2 12 457 77 111
Binary 11100110 10010000 11100010 0 100101 10 1010 100101111 111111 1001001

Color Harmonies of #E690E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690E2

Black with #E690E2

Text Example


Text Example

White with #E690E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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