Html Css Color HEX #E69FD3 Plum

📋 copy color: '#E69FD3'

red 230 ◦ green 159 ◦ blue 211

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

Shades of Plum #E69FD3

Tints of Plum #E69FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.17%

R = 38.33%
G = 26.5%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E69FD3 (or 0xE69FD3) is known color: Plum. HEX triplet: E6, 9F and D3. RGB value is (230,159,211). Sum of RGB (Red+Green+Blue) = 230+159+211=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FD3 is #19602C. Grayscale: #BABABA. Windows color (decimal): -1663021 or 13869030. OLE color: 13869030.

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

Color convert

RGB 230 159 211 -
CMYK 0 0.31 0.08 0.10
HSL 316.06º 0.59% 0.76% -
HSV(B) 316.06º 0.31% 0.9% -
XYZ 56.79 46.32 67.58 -
YUV 186.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 230 159 211 0 0.31 0.08 0.10 316.06 0.59 0.76
Hex E6 9F D3 0 1F 8 A 13C 3B 4C
Octal 346 237 323 0 37 10 12 474 73 114
Binary 11100110 10011111 11010011 0 11111 1000 1010 100111100 111011 1001100

Color Harmonies of #E69FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FD3

Black with #E69FD3

Text Example


Text Example

White with #E69FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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