Html Css Color HEX #E69CDD Plum

📋 copy color: '#E69CDD'

red 230 ◦ green 156 ◦ blue 221

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

Shades of Plum #E69CDD

Tints of Plum #E69CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.7%

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

R = 37.89%
G = 25.7%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E69CDD (or 0xE69CDD) is known color: Plum. HEX triplet: E6, 9C and DD. RGB value is (230,156,221). Sum of RGB (Red+Green+Blue) = 230+156+221=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CDD is #196322. Grayscale: #B9B9B9. Windows color (decimal): -1663779 or 14523622. OLE color: 14523622.

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

Color convert

RGB 230 156 221 -
CMYK 0 0.32 0.04 0.10
HSL 307.3º 0.6% 0.76% -
HSV(B) 307.3º 0.32% 0.9% -
XYZ 57.57 45.82 74.22 -
YUV 185.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 230 156 221 0 0.32 0.04 0.10 307.3 0.6 0.76
Hex E6 9C DD 0 20 4 A 133 3C 4C
Octal 346 234 335 0 40 4 12 463 74 114
Binary 11100110 10011100 11011101 0 100000 100 1010 100110011 111100 1001100

Color Harmonies of #E69CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CDD

Black with #E69CDD

Text Example


Text Example

White with #E69CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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