Html Css Color HEX #E69BD7 Plum

📋 copy color: '#E69BD7'

red 230 ◦ green 155 ◦ blue 215

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

Shades of Plum #E69BD7

Tints of Plum #E69BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.83%

R = 38.33%
G = 25.83%
B = 35.83%

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

#E69BD7 (or 0xE69BD7) is known color: Plum. HEX triplet: E6, 9B and D7. RGB value is (230,155,215). Sum of RGB (Red+Green+Blue) = 230+155+215=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BD7 is #196428. Grayscale: #B8B8B8. Windows color (decimal): -1664041 or 14130150. OLE color: 14130150.

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

Color convert

RGB 230 155 215 -
CMYK 0 0.33 0.07 0.10
HSL 312º 0.6% 0.75% -
HSV(B) 312º 0.33% 0.9% -
XYZ 56.62 45.17 70.02 -
YUV 184.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 230 155 215 0 0.33 0.07 0.10 312 0.6 0.75
Hex E6 9B D7 0 21 7 A 138 3C 4B
Octal 346 233 327 0 41 7 12 470 74 113
Binary 11100110 10011011 11010111 0 100001 111 1010 100111000 111100 1001011

Color Harmonies of #E69BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BD7

Black with #E69BD7

Text Example


Text Example

White with #E69BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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