Html Css Color HEX #E69CD3 Plum

📋 copy color: '#E69CD3'

red 230 ◦ green 156 ◦ blue 211

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

Shades of Plum #E69CD3

Tints of Plum #E69CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.34%

R = 38.53%
G = 26.13%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E69CD3 (or 0xE69CD3) is known color: Plum. HEX triplet: E6, 9C and D3. RGB value is (230,156,211). Sum of RGB (Red+Green+Blue) = 230+156+211=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CD3 is #19632C. Grayscale: #B8B8B8. Windows color (decimal): -1663789 or 13868262. OLE color: 13868262.

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

Color convert

RGB 230 156 211 -
CMYK 0 0.32 0.08 0.10
HSL 315.41º 0.6% 0.76% -
HSV(B) 315.41º 0.32% 0.9% -
XYZ 56.28 45.3 67.41 -
YUV 184.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 230 156 211 0 0.32 0.08 0.10 315.41 0.6 0.76
Hex E6 9C D3 0 20 8 A 13B 3C 4C
Octal 346 234 323 0 40 10 12 473 74 114
Binary 11100110 10011100 11010011 0 100000 1000 1010 100111011 111100 1001100

Color Harmonies of #E69CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CD3

Black with #E69CD3

Text Example


Text Example

White with #E69CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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