Html Css Color HEX #E69BD6 Plum

📋 copy color: '#E69BD6'

red 230 ◦ green 155 ◦ blue 214

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

Shades of Plum #E69BD6

Tints of Plum #E69BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.88%

 BLUE value IS 214 (83.98% from 255) = 35.73%

R = 38.4%
G = 25.88%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E69BD6 (or 0xE69BD6) is known color: Plum. HEX triplet: E6, 9B and D6. RGB value is (230,155,214). Sum of RGB (Red+Green+Blue) = 230+155+214=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BD6 is #196429. Grayscale: #B7B7B7. Windows color (decimal): -1664042 or 14064614. OLE color: 14064614.

HSL color Cylindrical-coordinate representation of color #E69BD6: hue angle of 312.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69BD6 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 155 214 -
CMYK 0 0.33 0.07 0.10
HSL 312.8º 0.6% 0.75% -
HSV(B) 312.8º 0.33% 0.9% -
XYZ 56.49 45.12 69.35 -
YUV 184.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 230 155 214 0 0.33 0.07 0.10 312.8 0.6 0.75
Hex E6 9B D6 0 21 7 A 139 3C 4B
Octal 346 233 326 0 41 7 12 471 74 113
Binary 11100110 10011011 11010110 0 100001 111 1010 100111001 111100 1001011

Color Harmonies of #E69BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BD6

Black with #E69BD6

Text Example


Text Example

White with #E69BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BD6; }

 p { color: rgb(230,155,214); }

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

background-color css

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

 a { background-color: rgb(230,155,214); }

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

border-color css

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

 span { border-color: rgb(230,155,214); }

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