Html Css Color HEX #E69FDC Plum

📋 copy color: '#E69FDC'

red 230 ◦ green 159 ◦ blue 220

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

Shades of Plum #E69FDC

Tints of Plum #E69FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.11%

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 37.77%
G = 26.11%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E69FDC (or 0xE69FDC) is known color: Plum. HEX triplet: E6, 9F and DC. RGB value is (230,159,220). Sum of RGB (Red+Green+Blue) = 230+159+220=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FDC is #196023. Grayscale: #BBBBBB. Windows color (decimal): -1663012 or 14458854. OLE color: 14458854.

HSL color Cylindrical-coordinate representation of color #E69FDC: hue angle of 308.45º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FDC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 220 -
CMYK 0 0.31 0.04 0.10
HSL 308.45º 0.59% 0.76% -
HSV(B) 308.45º 0.31% 0.9% -
XYZ 57.95 46.79 73.69 -
YUV 187.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 230 159 220 0 0.31 0.04 0.10 308.45 0.59 0.76
Hex E6 9F DC 0 1F 4 A 134 3B 4C
Octal 346 237 334 0 37 4 12 464 73 114
Binary 11100110 10011111 11011100 0 11111 100 1010 100110100 111011 1001100

Color Harmonies of #E69FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FDC

Black with #E69FDC

Text Example


Text Example

White with #E69FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FDC; }

 p { color: rgb(230,159,220); }

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

background-color css

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

 a { background-color: rgb(230,159,220); }

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

border-color css

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

 span { border-color: rgb(230,159,220); }

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