Html Css Color HEX #EC9DF3 Plum

📋 copy color: '#EC9DF3'

red 236 ◦ green 157 ◦ blue 243

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

Shades of Plum #EC9DF3

Tints of Plum #EC9DF3

RGB

 RED value IS 236 (92.58% from 255) = 37.11%

 GREEN value IS 157 (61.72% from 255) = 24.69%

 BLUE value IS 243 (95.31% from 255) = 38.21%

R = 37.11%
G = 24.69%
B = 38.21%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC9DF3 (or 0xEC9DF3) is known color: Plum. HEX triplet: EC, 9D and F3. RGB value is (236,157,243). Sum of RGB (Red+Green+Blue) = 236+157+243=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 157 (61.72% from 255 or 24.69% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC9DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DF3 is #13620C. Grayscale: #BEBEBE. Windows color (decimal): -1270285 or 15965676. OLE color: 15965676.

HSL color Cylindrical-coordinate representation of color #EC9DF3: hue angle of 295.12º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9DF3 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 157 243 -
CMYK 0.03 0.35 0 0.05
HSL 295.12º 0.78% 0.78% -
HSV(B) 295.12º 0.35% 0.95% -
XYZ 62.83 48.42 90.83 -
YUV 190.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 236 157 243 0.03 0.35 0 0.05 295.12 0.78 0.78
Hex EC 9D F3 3 23 0 5 127 4E 4E
Octal 354 235 363 3 43 0 5 447 116 116
Binary 11101100 10011101 11110011 11 100011 0 101 100100111 1001110 1001110

Color Harmonies of #EC9DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DF3

Black with #EC9DF3

Text Example


Text Example

White with #EC9DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DF3; }

 p { color: rgb(236,157,243); }

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

background-color css

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

 a { background-color: rgb(236,157,243); }

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

border-color css

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

 span { border-color: rgb(236,157,243); }

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