Html Css Color HEX #E69BDD Plum

📋 copy color: '#E69BDD'

red 230 ◦ green 155 ◦ blue 221

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

Shades of Plum #E69BDD

Tints of Plum #E69BDD

RGB

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

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

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

R = 37.95%
G = 25.58%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E69BDD (or 0xE69BDD) is known color: Plum. HEX triplet: E6, 9B and DD. RGB value is (230,155,221). Sum of RGB (Red+Green+Blue) = 230+155+221=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BDD is #196422. Grayscale: #B8B8B8. Windows color (decimal): -1664035 or 14523366. OLE color: 14523366.

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

Color convert

RGB 230 155 221 -
CMYK 0 0.33 0.04 0.10
HSL 307.2º 0.6% 0.75% -
HSV(B) 307.2º 0.33% 0.9% -
XYZ 57.41 45.49 74.16 -
YUV 184.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 230 155 221 0 0.33 0.04 0.10 307.2 0.6 0.75
Hex E6 9B DD 0 21 4 A 133 3C 4B
Octal 346 233 335 0 41 4 12 463 74 113
Binary 11100110 10011011 11011101 0 100001 100 1010 100110011 111100 1001011

Color Harmonies of #E69BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BDD

Black with #E69BDD

Text Example


Text Example

White with #E69BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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