Html Css Color HEX #E69CDC Plum

📋 copy color: '#E69CDC'

red 230 ◦ green 156 ◦ blue 220

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

Shades of Plum #E69CDC

Tints of Plum #E69CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 37.95%
G = 25.74%
B = 36.3%

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

#E69CDC (or 0xE69CDC) is known color: Plum. HEX triplet: E6, 9C and DC. RGB value is (230,156,220). Sum of RGB (Red+Green+Blue) = 230+156+220=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CDC is #196323. Grayscale: #B9B9B9. Windows color (decimal): -1663780 or 14458086. OLE color: 14458086.

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

Color convert

RGB 230 156 220 -
CMYK 0 0.32 0.04 0.10
HSL 308.11º 0.6% 0.76% -
HSV(B) 308.11º 0.32% 0.9% -
XYZ 57.44 45.77 73.52 -
YUV 185.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 230 156 220 0 0.32 0.04 0.10 308.11 0.6 0.76
Hex E6 9C DC 0 20 4 A 134 3C 4C
Octal 346 234 334 0 40 4 12 464 74 114
Binary 11100110 10011100 11011100 0 100000 100 1010 100110100 111100 1001100

Color Harmonies of #E69CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CDC

Black with #E69CDC

Text Example


Text Example

White with #E69CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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