Html Css Color HEX #E69FDD Plum

📋 copy color: '#E69FDD'

red 230 ◦ green 159 ◦ blue 221

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

Shades of Plum #E69FDD

Tints of Plum #E69FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 37.7%
G = 26.07%
B = 36.23%

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

#E69FDD (or 0xE69FDD) is known color: Plum. HEX triplet: E6, 9F and DD. RGB value is (230,159,221). Sum of RGB (Red+Green+Blue) = 230+159+221=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FDD is #196022. Grayscale: #BBBBBB. Windows color (decimal): -1663011 or 14524390. OLE color: 14524390.

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

Color convert

RGB 230 159 221 -
CMYK 0 0.31 0.04 0.10
HSL 307.61º 0.59% 0.76% -
HSV(B) 307.61º 0.31% 0.9% -
XYZ 58.08 46.84 74.39 -
YUV 187.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 230 159 221 0 0.31 0.04 0.10 307.61 0.59 0.76
Hex E6 9F DD 0 1F 4 A 134 3B 4C
Octal 346 237 335 0 37 4 12 464 73 114
Binary 11100110 10011111 11011101 0 11111 100 1010 100110100 111011 1001100

Color Harmonies of #E69FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FDD

Black with #E69FDD

Text Example


Text Example

White with #E69FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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