Html Css Color HEX #E69CDE Plum

📋 copy color: '#E69CDE'

red 230 ◦ green 156 ◦ blue 222

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

Shades of Plum #E69CDE

Tints of Plum #E69CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 37.83%
G = 25.66%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E69CDE (or 0xE69CDE) is known color: Plum. HEX triplet: E6, 9C and DE. RGB value is (230,156,222). Sum of RGB (Red+Green+Blue) = 230+156+222=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CDE is #196321. Grayscale: #B9B9B9. Windows color (decimal): -1663778 or 14589158. OLE color: 14589158.

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

Color convert

RGB 230 156 222 -
CMYK 0 0.32 0.03 0.10
HSL 306.49º 0.6% 0.76% -
HSV(B) 306.49º 0.32% 0.9% -
XYZ 57.71 45.87 74.92 -
YUV 185.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 230 156 222 0 0.32 0.03 0.10 306.49 0.6 0.76
Hex E6 9C DE 0 20 3 A 132 3C 4C
Octal 346 234 336 0 40 3 12 462 74 114
Binary 11100110 10011100 11011110 0 100000 11 1010 100110010 111100 1001100

Color Harmonies of #E69CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CDE

Black with #E69CDE

Text Example


Text Example

White with #E69CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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